Browse Source

Use hasFeature function

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/6442/head
Joas Schilling 4 years ago
parent
commit
1ed22880a1
No known key found for this signature in database GPG Key ID: 7076EA9751AACDDA
  1. 2
      src/utils/signaling.js

2
src/utils/signaling.js

@ -962,7 +962,7 @@ Signaling.Standalone.prototype.helloResponseReceived = function(data) {
}
}
if (!this.features['audio-video-permissions']) {
if (!this.hasFeature('audio-video-permissions')) {
showError(
t('spreed', 'The configured signaling server needs to be updated to be compatible with this version of Talk. Please contact your administrator.'),
{

Loading…
Cancel
Save