mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-06-20 19:58:48 +02:00
adding accidently missing cameraQualityThresholds
This commit is contained in:
parent
0ff4d22457
commit
ffb326ecd6
@ -181,6 +181,25 @@ public:
|
|||||||
enableListenOnly: true
|
enableListenOnly: true
|
||||||
autoShareWebcam: {{ .Env.AUTO_SHARE_WEBCAM }}
|
autoShareWebcam: {{ .Env.AUTO_SHARE_WEBCAM }}
|
||||||
skipVideoPreview: {{ .Env.DISABLE_VIDEO_PREVIEW }}
|
skipVideoPreview: {{ .Env.DISABLE_VIDEO_PREVIEW }}
|
||||||
|
# Entry `thresholds` is an array of:
|
||||||
|
# - threshold: minimum number of cameras being shared for profile to applied
|
||||||
|
# profile: a camera profile id from the cameraProfiles configuration array
|
||||||
|
# that will be applied to all cameras when threshold is hit
|
||||||
|
cameraQualityThresholds:
|
||||||
|
enabled: false
|
||||||
|
thresholds:
|
||||||
|
- threshold: 8
|
||||||
|
profile: low-u8
|
||||||
|
- threshold: 12
|
||||||
|
profile: low-u12
|
||||||
|
- threshold: 15
|
||||||
|
profile: low-u15
|
||||||
|
- threshold: 20
|
||||||
|
profile: low-u20
|
||||||
|
- threshold: 25
|
||||||
|
profile: low-u25
|
||||||
|
- threshold: 30
|
||||||
|
profile: low-u30
|
||||||
pingPong:
|
pingPong:
|
||||||
clearUsersInSeconds: 180
|
clearUsersInSeconds: 180
|
||||||
pongTimeInSeconds: 15
|
pongTimeInSeconds: 15
|
||||||
|
Loading…
x
Reference in New Issue
Block a user