Преглед изворни кода

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 година
родитељ
комит
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
         }

Loading…
Откажи
Сачувај