From ba8606df80061cbb371504ceed5846fc52857a75 Mon Sep 17 00:00:00 2001 From: bgrozev Date: Fri, 5 Sep 2014 19:58:14 +0300 Subject: [PATCH] Enables rtcp-mux and bundle by default. Allows TCP to be used if the bridge supports it. --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index 920e056aa9..d77e0ab717 100644 --- a/config.js +++ b/config.js @@ -17,8 +17,8 @@ var config = { enableRtpStats: true, // Enables RTP stats processing openSctp: true, // Toggle to enable/disable SCTP channels channelLastN: -1, // The default value of the channel attribute last-n. -// useRtcpMux: true, -// useBundle: true, + useRtcpMux: true, + useBundle: true, enableRecording: false, enableWelcomePage: false, isBrand: false