Merge pull request #2 from odotom/odotom-patch-3
Update JingleSession.js
This commit is contained in:
commit
358fd36367
|
@ -4,6 +4,7 @@ var SDPDiffer = require("./SDPDiffer");
|
|||
var SDPUtil = require("./SDPUtil");
|
||||
var SDP = require("./SDP");
|
||||
var RTCBrowserType = require("../../service/RTC/RTCBrowserType");
|
||||
var RTC = require("../RTC/RTC");
|
||||
|
||||
// Jingle stuff
|
||||
function JingleSession(me, sid, connection, service) {
|
||||
|
@ -1391,4 +1392,4 @@ JingleSession.prototype.remoteStreamAdded = function (data) {
|
|||
}
|
||||
}
|
||||
|
||||
module.exports = JingleSession;
|
||||
module.exports = JingleSession;
|
||||
|
|
Loading…
Reference in New Issue