Skip to content

Commit

Permalink
[mirotalk] - fix typo setScreenSharingStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Oct 6, 2023
1 parent b9d6fae commit 4465051
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/js/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -4998,7 +4998,6 @@ async function toggleScreenSharing(init = false) {
* @param {boolean} status of screen sharing
*/
function setScreenSharingStatus(status) {
myVideo.style.display = status ? 'block' : 'none';
emitPeerStatus('video', status);
initScreenShareBtn.className = status ? className.screenOff : className.screenOn;
screenShareBtn.className = status ? className.screenOff : className.screenOn;
Expand Down

0 comments on commit 4465051

Please sign in to comment.