I have been working on a full screen always-on video wall/screen/window
see git https://github.com/Bigben83/openvidu-always-on
there are a few things that I can’t work out in the app.js
-
How can I get the status of the remote user audio, user video, user ?
I would like to have the current time of the remote user showing on their video feed. also the name and show a mute button for them. -
I would like to add this code to the app.js function appendUserData to format the additional video feeds.
<div id='"video-container' class="' alt='Preview'></div> <div class='top-centered text-right text-dark p-2'> <span class='remote-time'>remote-time</span> </div> <video class='img-fluid' alt='video'></video> <div class='bottom-centered bg-secondary text-white p-2'> <span class='session-name pull-left'>session-name</span>, - <span class='session-title pull-left'>session-title</span> <span class='remote-status pull-right'><i class='fas fa-microphone text-success'></i></span> </div> </li> </ol> </div>`
`<div class=’“col-md-2 text-right’”>