Merge pull request #14858 from bigbluebutton/25-dcs

chore: disable candidate signaling by default
This commit is contained in:
Paulo Lanzarin 2022-04-20 16:54:13 -03:00 committed by GitHub
commit ae0572f05c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: