Managing Recording

You can control how long meeting recordings are available and also disable the recording feature.

About this task

Storing and Archiving Recordings

Meeting recordings are saved in mp4 format and are available for three days, by default.

Disable Recordings

If you want to disable the ability to record meetings, use one of the following procedures:

Docker

In the .env file, specify the following setting:

ENABLE_RECORDING=0

Kubernetes

In the values.yaml file, specify the following setting:

enableRecording = false