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
|
||||
# Time in milis to wait for the browser to return a gUM call (used in video-preview)
|
||||
gUMTimeout: 20000
|
||||
# Experiment(al). Controls whether ICE candidates should be signaled.
|
||||
# Applies to webcams, listen only and screen sharing. True is "stable behavior".
|
||||
signalCandidates: true
|
||||
# Controls whether ICE candidates should be signaled to bbb-webrtc-sfu.
|
||||
# Enable this if you want to use Kurento as the media server.
|
||||
signalCandidates: false
|
||||
# Forces relay usage only on Firefox. Applies to listen only, webcams and screenshare.
|
||||
forceRelayOnFirefox: false
|
||||
cameraTimeouts:
|
||||
|
Loading…
Reference in New Issue
Block a user