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:
yanas 2017-10-06 17:13:49 -05:00 committed by GitHub
parent d4d2cb4aad
commit dfe4e5e3a1
1 changed files with 1 additions and 1 deletions

View File

@ -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');