Merge pull request #2 from odotom/odotom-patch-3

Update JingleSession.js
This commit is contained in:
Thomas Odorfer 2015-01-31 22:34:56 +01:00
commit 358fd36367
1 changed files with 2 additions and 1 deletions

View File

@ -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;