Przeglądaj źródła

Updates app.bundle

j8
paweldomas 10 lat temu
rodzic
commit
b22ddea71c
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1
    1
      index.html
  2. 1
    1
      libs/app.bundle.js

+ 1
- 1
index.html Wyświetl plik

@@ -22,7 +22,7 @@
22 22
     <script src="libs/popover.js?v=1"></script><!-- bootstrap tooltip lib -->
23 23
     <script src="libs/toastr.js?v=1"></script><!-- notifications lib -->
24 24
     <script src="interface_config.js?v=5"></script>
25
-    <script src="libs/app.bundle.js?v=102"></script>
25
+    <script src="libs/app.bundle.js?v=103"></script>
26 26
     <script src="analytics.js?v=1"></script><!-- google analytics plugin -->
27 27
     <link rel="stylesheet" href="css/font.css?v=7"/>
28 28
     <link rel="stylesheet" href="css/toastr.css?v=1">

+ 1
- 1
libs/app.bundle.js Wyświetl plik

@@ -9558,7 +9558,7 @@ RemoteVideo.prototype.addRemoteStreamElement = function (sid, stream, thessrc) {
9558 9558
 
9559 9559
     // If the container is currently visible we attach the stream.
9560 9560
     if (!isVideo || (this.container.offsetParent !== null && isVideo)) {
9561
-        waitForPlayback(stream);
9561
+        this.waitForPlayback(stream);
9562 9562
 
9563 9563
         APP.RTC.attachMediaStream(sel, stream);
9564 9564
     }

Ładowanie…
Anuluj
Zapisz