[mirotlaksfu] - fix typo
هذا الالتزام موجود في:
@@ -237,15 +237,15 @@ function execVoiceCommands(transcript) {
|
||||
break;
|
||||
case commands.participantsVideoOff:
|
||||
printCommand(commands.participantsVideoOff);
|
||||
rc.peerAction('me', rc.peer_id, 'hide', true, true);
|
||||
rc.peerAction('me', socket.id, 'hide', true, true);
|
||||
break;
|
||||
case commands.participantsAudioOff:
|
||||
printCommand(commands.participantsAudioOff);
|
||||
rc.peerAction('me', rc.peer_id, 'mute', true, true);
|
||||
rc.peerAction('me', socket.id, 'mute', true, true);
|
||||
break;
|
||||
case commands.participantsKickOut:
|
||||
printCommand(commands.participantsKickOut);
|
||||
rc.peerAction('me', rc.peer_id, 'eject', true, true);
|
||||
rc.peerAction('me', socket.id, 'eject', true, true);
|
||||
break;
|
||||
case commands.fileShareOn:
|
||||
printCommand(commands.fileShareOn);
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم