|
@@ -12687,9 +12687,6 @@ JingleSession.prototype.updateModifySourcesQueue = function() {
|
12687
|
12687
|
}
|
12688
|
12688
|
};
|
12689
|
12689
|
|
12690
|
|
-//TODO: this array must be removed when firefox implement multistream support
|
12691
|
|
-JingleSession.notReceivedSSRCs = [];
|
12692
|
|
-
|
12693
|
12690
|
JingleSession.prototype.initiate = function (peerjid, isInitiator) {
|
12694
|
12691
|
var self = this;
|
12695
|
12692
|
if (this.state !== null) {
|
|
@@ -16668,8 +16665,6 @@ module.exports = function(XMPP, eventEmitter) {
|
16668
|
16665
|
//console.log(jid, 'assoc ssrc', ssrc.getAttribute('type'), ssrc.getAttribute('ssrc'));
|
16669
|
16666
|
var ssrcV = ssrc.getAttribute('ssrc');
|
16670
|
16667
|
self.ssrc2jid[ssrcV] = from;
|
16671
|
|
- JingleSession.notReceivedSSRCs.push(ssrcV);
|
16672
|
|
-
|
16673
|
16668
|
|
16674
|
16669
|
var type = ssrc.getAttribute('type');
|
16675
|
16670
|
|