Skip to content

Disabling the recording feature

By default, authenticated users can record meetings. As an administrator, you can disable this functionality.

  1. Update the following parameter.

    • For Docker, modify the value of ENABLE_RECORDING in the .env file. The default value is 1.

      ENABLE_RECORDING=0
      

      Where 0 is false.

    • For Kubernetes, modify the value of enableRecording in the .yaml file. The default value is true

      enableRecording: false
      
  2. Restart the Sametime server to apply the changes. For more information, refer to Starting and stopping the Sametime server.

Parent Topic: Managing recording options