[mirotalksfu] - fix voice cmd

هذا الالتزام موجود في:
Miroslav Pejic
2022-09-22 12:09:17 +02:00
الأصل 206e173cc2
التزام 79e0157ba2

عرض الملف

@@ -90,7 +90,7 @@ if (speechRecognition) {
let current = e.resultIndex;
let transcript = e.results[current][0].transcript;
if (transcript != commands.chatSend) {
if (transcript.trim().toLowerCase() != commands.chatSend) {
chatMessage.value = transcript;
}