[mirotalksfu] - add collaborative powerful rich text editor
هذا الالتزام موجود في:
@@ -30,6 +30,8 @@ const commands = {
|
||||
chatOff: 'close the chat',
|
||||
pollOn: 'open the poll',
|
||||
pollOff: 'close the poll',
|
||||
editorOn: 'open the editor',
|
||||
editorOff: 'close the editor',
|
||||
toggleTr: 'toggle transcription',
|
||||
whiteboardOn: 'open the whiteboard',
|
||||
whiteboardOff: 'close the whiteboard',
|
||||
@@ -197,6 +199,14 @@ function execVoiceCommands(transcript) {
|
||||
printCommand(commands.pollOff);
|
||||
pollCloseBtn.click();
|
||||
break;
|
||||
case commands.editorOn:
|
||||
printCommand(commands.editorOn);
|
||||
editorButton.click();
|
||||
break;
|
||||
case commands.editorOff:
|
||||
printCommand(commands.editorOff);
|
||||
editorCloseBtn.click();
|
||||
break;
|
||||
case commands.chatSend:
|
||||
printCommand(commands.chatSend);
|
||||
chatSendButton.click();
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم