Merge pull request #2043 from jitsi/fix-shared-video-popup
fix(defaultToolbarButtons): Fixes mute popup warning
This commit is contained in:
commit
5c819c7ffd
|
@ -278,7 +278,7 @@ export default function getDefaultButtons() {
|
|||
&& sharedVideoManager.isSharedVideoVolumeOn()
|
||||
&& !sharedVideoManager.isSharedVideoOwner()) {
|
||||
APP.UI.showCustomToolbarPopup(
|
||||
'#unableToUnmutePopup', true, 5000);
|
||||
'microphone', 'unableToUnmutePopup', true, 5000);
|
||||
} else {
|
||||
JitsiMeetJS.analytics
|
||||
.sendEvent('toolbar.audio.unmuted');
|
||||
|
|
Loading…
Reference in New Issue