diff --git a/react/features/toolbox/defaultToolbarButtons.web.js b/react/features/toolbox/defaultToolbarButtons.web.js index 01973a9c0..453ddc78a 100644 --- a/react/features/toolbox/defaultToolbarButtons.web.js +++ b/react/features/toolbox/defaultToolbarButtons.web.js @@ -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');