Skip to content
Snippets Groups Projects
Unverified Commit 612f37fa authored by Anton Georgiev's avatar Anton Georgiev Committed by GitHub
Browse files

Added shortcuts for enableHTML5CameraQualityThresholds and enableHTML5WebcamPagination

Added shortcuts for enableHTML5CameraQualityThresholds and enableHTML5WebcamPagination
parent e7d2190f
No related branches found
No related tags found
No related merge requests found
......@@ -83,6 +83,17 @@ setHTML5ClientAsDefault() {
}
enableHTML5CameraQualityThresholds() {
echo " - Enable HTML5 cameraQualityThresholds"
yq w -i $HTML5_CONFIG public.kurento.cameraQualityThresholds.enabled true
}
enableHTML5WebcamPagination() {
echo " - Enable HTML5 webcam pagination"
yq w -i $HTML5_CONFIG public.kurento.pagination.enabled true
}
#
# Enable firewall rules to open only
#
......@@ -248,6 +259,9 @@ source /etc/bigbluebutton/bbb-conf/apply-lib.sh
#setHTML5ClientAsDefault
#enableUFWRules
#enableHTML5CameraQualityThresholds
#enableHTML5WebcamPagination
HERE
chmod +x /etc/bigbluebutton/bbb-conf/apply-config.sh
## Stop Copying HERE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment