[mirotalksfu] - add room snapshot button, update dep

هذا الالتزام موجود في:
Miroslav Pejic
2024-08-09 13:44:11 +02:00
الأصل 1ef7e6206e
التزام ea233b69c1
8 ملفات معدلة مع 71 إضافات و7 حذوفات

عرض الملف

@@ -33,6 +33,7 @@ const commands = {
toggleTr: 'toggle transcription',
whiteboardOn: 'open the whiteboard',
whiteboardOff: 'close the whiteboard',
snapshotRoom: 'Snapshot room',
recordingOn: 'start the recording',
recordingPause: 'pause the recording',
recordingResume: 'resume the recording',
@@ -215,6 +216,10 @@ function execVoiceCommands(transcript) {
printCommand(commands.whiteboardOff);
whiteboardCloseBtn.click();
break;
case commands.snapshotRoom:
printCommand(commands.snapshotRoom);
snapshotRoomButton.click();
break;
case commands.recordingOn:
printCommand(commands.recordingOn);
startRecButton.click();