dont allocate extra unused channels, fixes issue #49

pull/52/head
Philipp Hancke 11 years ago
parent 4b1d1c31d4
commit 056f80d844
  1. 3
      libs/colibri.js

@ -322,9 +322,6 @@ ColibriFocus.prototype.createdConference = function (result) {
localSDP.TransportToJingle(channel, elem);
elem.up(); // end of channel
for (j = 0; j < self.peers.length; j++) {
elem.c('channel', {initiator: 'true', expire:'15' }).up();
}
elem.up(); // end of content
});

Loading…
Cancel
Save