|
@@ -12226,7 +12226,7 @@ JingleSession.prototype.switchStreams = function (new_stream, oldStream, success
|
12226
|
12226
|
self.peerconnection.addStream(new_stream);
|
12227
|
12227
|
}
|
12228
|
12228
|
|
12229
|
|
- RTC.switchVideoStreams(new_stream, oldStream);
|
|
12229
|
+ APP.RTC.switchVideoStreams(new_stream, oldStream);
|
12230
|
12230
|
|
12231
|
12231
|
// Conference is not active
|
12232
|
12232
|
if(!oldSdp || !self.peerconnection) {
|
|
@@ -12644,6 +12644,7 @@ JingleSession.prototype.remoteStreamAdded = function (data) {
|
12644
|
12644
|
}
|
12645
|
12645
|
|
12646
|
12646
|
module.exports = JingleSession;
|
|
12647
|
+
|
12647
|
12648
|
},{"../../service/RTC/RTCBrowserType":77,"./SDP":47,"./SDPDiffer":48,"./SDPUtil":49,"./TraceablePeerConnection":50}],47:[function(require,module,exports){
|
12648
|
12649
|
/* jshint -W117 */
|
12649
|
12650
|
var SDPUtil = require("./SDPUtil");
|