[mirotalk] - fix typo

This commit is contained in:
Miroslav Pejic
2022-06-02 15:28:18 +02:00
parent 400ae14369
commit 927ad367f7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
- Desktop and Mobile compatible
- Optimized Room URL Sharing (share it to your participants, wait for them to join)
- Webcam Streaming (Front - Rear for mobile)
- Audio Streaming crystal clear + detect speacking and indicator
- Audio Streaming crystal clear with detect speaking and volume indicator
- Screen Sharing to present documents, slides, and more...
- File Sharing, share any files to your participants in the room
- Select Audio Input - Output && Video source
+1 -1
View File
@@ -482,7 +482,7 @@ function setButtonsToolTip() {
setTippy(sendAbortBtn, 'Abort file transfer', 'right-start');
setTippy(receiveHideBtn, 'Hide file transfer', 'right-start');
// video URL player
setTippy(videoUrlCloseBtn, 'Close the videoPlayer', 'right-start');
setTippy(videoUrlCloseBtn, 'Close the video player', 'right-start');
setTippy(msgerVideoUrlBtn, 'Share YouTube video to all participants', 'right-start');
}