зеркало из https://github.com/nextcloud/spreed.git
Merge pull request #254 from nextcloud/join-room-fix-for-guests
Fix roomDescription for guests
This commit is contained in:
Коммит
8dda1e3f7f
|
@ -43,7 +43,7 @@ var sessionId = '';
|
|||
};
|
||||
|
||||
result.forEach(function(element) {
|
||||
if(OC.getCurrentUser()['uid'] !== element['userId']) {
|
||||
if(sessionId !== element['sessionId']) {
|
||||
roomDescription['clients'][element['sessionId']] = {
|
||||
'video': true
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче