Quellcode durchsuchen

fix(defaultToolbarButtons): Fixes mute popup warning

Fixes exception when trying to unmute in the scenario, where someone else is sharing a video with you.
j8
yanas vor 8 Jahren
Ursprung
Commit
dfe4e5e3a1
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      react/features/toolbox/defaultToolbarButtons.web.js

+ 1
- 1
react/features/toolbox/defaultToolbarButtons.web.js Datei anzeigen

278
                         && sharedVideoManager.isSharedVideoVolumeOn()
278
                         && sharedVideoManager.isSharedVideoVolumeOn()
279
                         && !sharedVideoManager.isSharedVideoOwner()) {
279
                         && !sharedVideoManager.isSharedVideoOwner()) {
280
                         APP.UI.showCustomToolbarPopup(
280
                         APP.UI.showCustomToolbarPopup(
281
-                            '#unableToUnmutePopup', true, 5000);
281
+                            'microphone', 'unableToUnmutePopup', true, 5000);
282
                     } else {
282
                     } else {
283
                         JitsiMeetJS.analytics
283
                         JitsiMeetJS.analytics
284
                             .sendEvent('toolbar.audio.unmuted');
284
                             .sendEvent('toolbar.audio.unmuted');

Laden…
Abbrechen
Speichern