зеркало из https://github.com/nextcloud/spreed.git
Show an error message to users with the HPB is incompatible
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Родитель
4d2ecfcd96
Коммит
0e1b20723f
|
@ -962,6 +962,16 @@ Signaling.Standalone.prototype.helloResponseReceived = function(data) {
|
|||
}
|
||||
}
|
||||
|
||||
if (!this.features['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.'),
|
||||
{
|
||||
timeout: TOAST_PERMANENT_TIMEOUT,
|
||||
}
|
||||
)
|
||||
console.error('The configured signaling server needs to be updated to be compatible with this version of Talk. Please contact your administrator.')
|
||||
}
|
||||
|
||||
const messages = this.pendingMessages
|
||||
this.pendingMessages = []
|
||||
for (i = 0; i < messages.length; i++) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче