[mirotalk] - update readme

This commit is contained in:
Miroslav Pejic
2022-01-14 19:32:46 +01:00
parent c4ee80f344
commit b32e416619
5 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -29,13 +29,14 @@ Open the app with the following **supported browsers** and many more.
- 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
- Audio Streaming crystal clear + detect speacking and 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
- Ability to set video quality up to 4K and 60 FPS
- Recording your Screen, Audio and Video
- Chat with Emoji Picker & Private messages & Save the conversations
- Speech recognition to send messages without touching the keyboard
- Advance collaborative whiteboard for the teachers
- Share any YouTube video in real-time
- Full-Screen Mode on mouse click on the Video element
+2 -1
View File
@@ -1614,6 +1614,8 @@ function loadRemoteMediaStream(stream, peers, peer_id) {
remotePitchBar.className = 'bar';
remotePitchBar.style.height = '1%';
remotePitchMeter.appendChild(remotePitchBar);
// add elements to remoteStatusMenu div
remoteStatusMenu.appendChild(remoteVideoParagraphImg);
remoteStatusMenu.appendChild(remoteVideoParagraph);
@@ -1638,7 +1640,6 @@ function loadRemoteMediaStream(stream, peers, peer_id) {
// add elements to videoWrap div
remoteVideoWrap.appendChild(remoteStatusMenu);
remoteVideoWrap.appendChild(remoteVideoAvatarImage);
remotePitchMeter.appendChild(remotePitchBar);
remoteVideoWrap.appendChild(remotePitchMeter);
remoteVideoWrap.appendChild(remoteMedia);
+1 -1
View File
@@ -504,6 +504,6 @@
</div>
<script defer src="../js/landing.js"></script>
<script defer src="../js/newroom.js"></script>
<script defer src="../js/newRoom.js"></script>
</body>
</html>
+1 -1
View File
@@ -210,6 +210,6 @@
</footer>
</div>
<script defer src="../js/landing.js"></script>
<script defer src="../js/newroom.js"></script>
<script defer src="../js/newRoom.js"></script>
</body>
</html>