Merge pull request #14858 from bigbluebutton/25-dcs
chore: disable candidate signaling by default
This commit is contained in:
commit
ae0572f05c
@ -212,9 +212,9 @@ public:
|
|||||||
wsConnectionTimeout: 4000
|
wsConnectionTimeout: 4000
|
||||||
# Time in milis to wait for the browser to return a gUM call (used in video-preview)
|
# Time in milis to wait for the browser to return a gUM call (used in video-preview)
|
||||||
gUMTimeout: 20000
|
gUMTimeout: 20000
|
||||||
# Experiment(al). Controls whether ICE candidates should be signaled.
|
# Controls whether ICE candidates should be signaled to bbb-webrtc-sfu.
|
||||||
# Applies to webcams, listen only and screen sharing. True is "stable behavior".
|
# Enable this if you want to use Kurento as the media server.
|
||||||
signalCandidates: true
|
signalCandidates: false
|
||||||
# Forces relay usage only on Firefox. Applies to listen only, webcams and screenshare.
|
# Forces relay usage only on Firefox. Applies to listen only, webcams and screenshare.
|
||||||
forceRelayOnFirefox: false
|
forceRelayOnFirefox: false
|
||||||
cameraTimeouts:
|
cameraTimeouts:
|
||||||
|
Loading…
Reference in New Issue
Block a user