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

Fixes lastN video change. Resulting 'Uncaught TypeError: stream.getOriginalStream is not a function', problem detected by torture (3 participants and the last one receives last-n changed event on joining and screenshot shows: it is missing one of the participants and logs contain this error).

j8
damencho 10 лет назад
Родитель
Сommit
e460f0c8fa
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      modules/UI/videolayout/VideoLayout.js

+ 1
- 1
modules/UI/videolayout/VideoLayout.js Просмотреть файл

@@ -747,7 +747,7 @@ var VideoLayout = (function (my) {
747 747
                         updateLargeVideo = false;
748 748
                     }
749 749
                     remoteVideos[resourceJid].
750
-                        waitForPlayback(sel, mediaStream.stream);
750
+                        waitForPlayback(sel, mediaStream);
751 751
                 }
752 752
             });
753 753
         }

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