[mirotalksfu] - remove unused, fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2022-08-23 11:30:38 +02:00
الأصل dc6ed60394
التزام c9a2b6c1c5
3 ملفات معدلة مع 3 إضافات و16 حذوفات

عرض الملف

@@ -30,7 +30,6 @@ const commands = {
settingsOn: 'open the settings',
settingsOff: 'close the settings',
participantsOn: 'show the participants',
participantsRefresh: 'refresh the participants',
participantsOff: 'hide the participants',
participantsVideoOff: 'stop the participants video',
participantsAudioOff: 'stop the participants audio',
@@ -210,10 +209,6 @@ function execVoiceCommands(transcript) {
printCommand(commands.participantsOn);
participantsButton.click();
break;
case commands.participantsRefresh:
printCommand(commands.participantsRefresh);
participantsRefreshBtn.click();
break;
case commands.participantsOff:
printCommand(commands.participantsOff);
participantsCloseBtn.click();