Merge pull request #2043 from jitsi/fix-shared-video-popup

fix(defaultToolbarButtons): Fixes mute popup warning
This commit is contained in:
virtuacoplenny 2017-10-06 21:56:16 -07:00 committed by GitHub
commit 5c819c7ffd
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');