diff --git a/index.html b/index.html index 2dea8b02e..42a1d6035 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@ - + diff --git a/libs/app.bundle.js b/libs/app.bundle.js index 8c74ac418..529f7b839 100644 --- a/libs/app.bundle.js +++ b/libs/app.bundle.js @@ -12687,9 +12687,6 @@ JingleSession.prototype.updateModifySourcesQueue = function() { } }; -//TODO: this array must be removed when firefox implement multistream support -JingleSession.notReceivedSSRCs = []; - JingleSession.prototype.initiate = function (peerjid, isInitiator) { var self = this; if (this.state !== null) { @@ -16668,8 +16665,6 @@ module.exports = function(XMPP, eventEmitter) { //console.log(jid, 'assoc ssrc', ssrc.getAttribute('type'), ssrc.getAttribute('ssrc')); var ssrcV = ssrc.getAttribute('ssrc'); self.ssrc2jid[ssrcV] = from; - JingleSession.notReceivedSSRCs.push(ssrcV); - var type = ssrc.getAttribute('type');