Merge branch 'webrtc-timeout' into mconf-live0.6.3
This commit is contained in:
commit
c072bbd410
@ -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']
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user