change attribute on bbb_webrtc_bridge due to a new version if sip.js, from iceGatheringTimeout to iceCheckingTimeout

This commit is contained in:
Felipe Cecagno 2015-12-08 17:43:14 -02:00
parent 5d1534df8c
commit f49d758582

View File

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