Просмотр исходного кода

fix(defaultToolbarButtons): Fixes mute popup warning

Fixes exception when trying to unmute in the scenario, where someone else is sharing a video with you.
master
yanas 8 лет назад
Родитель
Сommit
dfe4e5e3a1
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      react/features/toolbox/defaultToolbarButtons.web.js

+ 1
- 1
react/features/toolbox/defaultToolbarButtons.web.js Просмотреть файл

@@ -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');

Загрузка…
Отмена
Сохранить