fix(defaultToolbarButtons): Fixes mute popup warning
Fixes exception when trying to unmute in the scenario, where someone else is sharing a video with you.
This commit is contained in:
parent
d4d2cb4aad
commit
dfe4e5e3a1
|
@ -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