[mirotalksfu] - fix lobby
هذا الالتزام موجود في:
@@ -3947,6 +3947,7 @@ class RoomClient {
|
|||||||
// ####################################################
|
// ####################################################
|
||||||
|
|
||||||
roomLobby(data) {
|
roomLobby(data) {
|
||||||
|
console.log('LOBBY--->', data);
|
||||||
switch (data.lobby_status) {
|
switch (data.lobby_status) {
|
||||||
case 'waiting':
|
case 'waiting':
|
||||||
if (!isRulesActive || isPresenter) {
|
if (!isRulesActive || isPresenter) {
|
||||||
@@ -3964,8 +3965,8 @@ class RoomClient {
|
|||||||
<tr id='${peer_id}'>
|
<tr id='${peer_id}'>
|
||||||
<td><img src="${avatarImg}" /></td>
|
<td><img src="${avatarImg}" /></td>
|
||||||
<td>${peer_name}</td>
|
<td>${peer_name}</td>
|
||||||
<td><button id=${lobbyAcceptId} onclick="rc.lobbyAction(this.id, 'accept')">${lobbyAccept}</button></td>
|
<td><button id='${lobbyAcceptId}' onclick="rc.lobbyAction(this.id, 'accept')">${lobbyAccept}</button></td>
|
||||||
<td><button id=${lobbyRejectId} onclick="rc.lobbyAction(this.id, 'reject')">${lobbyReject}</button></td>
|
<td><button id='${lobbyRejectId}' onclick="rc.lobbyAction(this.id, 'reject')">${lobbyReject}</button></td>
|
||||||
</tr>
|
</tr>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم