Pārlūkot izejas kodu

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

fix(defaultToolbarButtons): Fixes mute popup warning
j8
virtuacoplenny 8 gadus atpakaļ
vecāks
revīzija
5c819c7ffd
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      react/features/toolbox/defaultToolbarButtons.web.js

+ 1
- 1
react/features/toolbox/defaultToolbarButtons.web.js Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt