From 1ed22880a14ede677282e32209a736f3bb135a57 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 4 Nov 2021 10:55:58 +0100 Subject: [PATCH] Use hasFeature function Signed-off-by: Joas Schilling --- src/utils/signaling.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/signaling.js b/src/utils/signaling.js index 3674da603a..8efa849b41 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.'), {