From 056f80d8449b9402cc7b407042ab2d68cc26d1e1 Mon Sep 17 00:00:00 2001 From: Philipp Hancke Date: Wed, 5 Mar 2014 07:00:43 +0100 Subject: [PATCH] dont allocate extra unused channels, fixes issue #49 --- libs/colibri.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/libs/colibri.js b/libs/colibri.js index 1f82d221bc..6242ea182a 100644 --- a/libs/colibri.js +++ b/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 });