Преглед на файлове

Fix correct Scope - this fixes JS error and Chrome Ext desktop sharing for me

j8
schleussinger преди 10 години
родител
ревизия
dbed14db5e
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2
    2
      modules/xmpp/JingleSession.js

+ 2
- 2
modules/xmpp/JingleSession.js Целия файл

@@ -974,7 +974,7 @@ JingleSession.prototype.switchStreams = function (new_stream, oldStream, success
974 974
         self.peerconnection.addStream(new_stream);
975 975
     }
976 976
 
977
-    RTC.switchVideoStreams(new_stream, oldStream);
977
+    APP.RTC.switchVideoStreams(new_stream, oldStream);
978 978
 
979 979
     // Conference is not active
980 980
     if(!oldSdp || !self.peerconnection) {
@@ -1391,4 +1391,4 @@ JingleSession.prototype.remoteStreamAdded = function (data) {
1391 1391
     }
1392 1392
 }
1393 1393
 
1394
-module.exports = JingleSession;
1394
+module.exports = JingleSession;

Loading…
Отказ
Запис