Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-11-04 12:55:58 +0300
committerJoas Schilling <coding@schilljs.com>2021-11-04 12:55:58 +0300
commit1ed22880a14ede677282e32209a736f3bb135a57 (patch)
tree5fbc010d965faebac625cebf8138160b4147aead /src/utils/signaling.js
parent0e1b20723f6882a04a326e565a22abd17c3e25f1 (diff)
Use hasFeature function
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/utils/signaling.js')
-rw-r--r--src/utils/signaling.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/signaling.js b/src/utils/signaling.js
index 3674da603..8efa849b4 100644
--- a/src/utils/signaling.js
+++ b/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.'),
{