change attribute on bbb_webrtc_bridge due to a new version if sip.js, from iceGatheringTimeout to iceCheckingTimeout
This commit is contained in:
parent
5d1534df8c
commit
f49d758582
@ -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']
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user