зеркало из https://github.com/nextcloud/spreed.git
Make sure to always set the token on joining a room
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
This commit is contained in:
Родитель
2f367a8c30
Коммит
39b94b1a7f
|
@ -88,6 +88,7 @@
|
|||
}
|
||||
|
||||
this.app.signaling.leaveCurrentRoom();
|
||||
this.app.token = token;
|
||||
this.app.signaling.joinRoom(token);
|
||||
this.app.syncAndSetActiveRoom(token);
|
||||
$('#video-fullscreen').removeClass('hidden');
|
||||
|
|
Загрузка…
Ссылка в новой задаче