[mirotalksfu] - fix voice commands

هذا الالتزام موجود في:
Miroslav Pejic
2022-09-11 14:04:08 +02:00
الأصل 1979ed85d6
التزام bc47bf9ef8

عرض الملف

@@ -126,7 +126,7 @@ function startSpeech(action) {
} }
function execVoiceCommands(transcript) { function execVoiceCommands(transcript) {
switch (transcript.trim()) { switch (transcript.trim().toLowerCase()) {
case commands.shareRoom: case commands.shareRoom:
printCommand(commands.shareRoom); printCommand(commands.shareRoom);
shareButton.click(); shareButton.click();