[mirotalksfu] - UI

هذا الالتزام موجود في:
Miroslav Pejic
2022-08-28 11:43:32 +02:00
الأصل f7065f5b60
التزام fd5ae53eee

عرض الملف

@@ -83,6 +83,7 @@ if (speechRecognition) {
console.log('Start speech recognition');
hide(chatSpeechStartButton);
show(chatSpeechStopButton);
setColor(chatSpeechStopButton, 'lime');
};
recognition.onresult = (e) => {
@@ -106,6 +107,7 @@ if (speechRecognition) {
console.log('Stop speech recognition');
show(chatSpeechStartButton);
hide(chatSpeechStopButton);
setColor(chatSpeechStopButton, 'white');
};
isWebkitSpeechRecognitionSupported = true;