[mirotalksfu] - add room snapshot button, update dep
هذا الالتزام موجود في:
@@ -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();
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم