[mirotlaksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2023-05-23 14:39:16 +02:00
الأصل 8c7032d94a
التزام 5186705cef
4 ملفات معدلة مع 14 إضافات و14 حذوفات

عرض الملف

@@ -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);