dont allocate extra unused channels, fixes issue #49

This commit is contained in:
Philipp Hancke 2014-03-05 07:00:43 +01:00
parent 4b1d1c31d4
commit 056f80d844
1 changed files with 0 additions and 3 deletions

View File

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