Disable Sharing Meetings Recording

This section provides information on disabling sharing meetings recordings.

About this task

The default setting for sharing meeting recordings checkbox is set to "true". To change the default to disable sharing meetings recordings when editing a meeting's settings or stopping a recording, add/change the following parameter to false on the Meetings server.

In the custom.env on Docker add the following :
SHARE_RECORDINGS_BY_DEFAULT=false
In the helm/values.yaml on Kubernetes:
shareRecordingsByDefault=false