Merge branch 'webrtc-timeout' into mconf-live0.6.3

This commit is contained in:
Felipe Cecagno 2015-05-21 12:54:58 -03:00
commit c072bbd410

View File

@ -165,7 +165,7 @@ function createUAWithStuns(username, server, callback, stunsConfig, makeCallFunc
traceSip: true, traceSip: true,
autostart: false, autostart: false,
userAgentString: "BigBlueButton", userAgentString: "BigBlueButton",
iceGatheringTimeout: 5000, iceGatheringTimeout: 3000,
stunServers: stunsConfig['stunServers'], stunServers: stunsConfig['stunServers'],
turnServers: stunsConfig['turnServers'] turnServers: stunsConfig['turnServers']
}; };