Skip to content

Commit

Permalink
[mirotalk] - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Jul 24, 2022
1 parent 568edc8 commit cd0509c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -4706,7 +4706,7 @@ function handleScreenStop(peer_id, peer_use_video) {
let remoteVideoStatusBtn = getId(peer_id + '_videoStatus');
if (remoteVideoStatusBtn) {
remoteVideoStatusBtn.className = 'fas fa-video-slash';
setTippy(remoteVideoStatusBtn, 'Participant video is off', 'bottom');
setTippy(remoteVideoStatusBtn, 'Participant screen share is off', 'bottom');
}
if (!isMobileDevice) adaptAspectRatio();
if (remoteVideoAvatarImage && remoteVideoStream && !peer_use_video) {
Expand Down

0 comments on commit cd0509c

Please sign in to comment.