Browse Source
Use hasFeature function
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/6442/head
Joas Schilling
4 years ago
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with
1 additions and
1 deletions
-
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.'), |
|
|
|
{ |
|
|
|