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.isSharedVideoVolumeOn()
|
||||||
&& !sharedVideoManager.isSharedVideoOwner()) {
|
&& !sharedVideoManager.isSharedVideoOwner()) {
|
||||||
APP.UI.showCustomToolbarPopup(
|
APP.UI.showCustomToolbarPopup(
|
||||||
'#unableToUnmutePopup', true, 5000);
|
'microphone', 'unableToUnmutePopup', true, 5000);
|
||||||
} else {
|
} else {
|
||||||
JitsiMeetJS.analytics
|
JitsiMeetJS.analytics
|
||||||
.sendEvent('toolbar.audio.unmuted');
|
.sendEvent('toolbar.audio.unmuted');
|
||||||
|
|
Loading…
Reference in New Issue