Programmable Video | Mar. 22, 2021

Video Recording Rules API is now Generally Available

The new Recording Rules API is now Generally Available. Previously, the video recording system would record all Room participants or none based on your initial decision. As such, it did not allow any changes to the recording while the Room was in progress until it was concluded.

Using the new Recording Rules API, you can programmatically introduce a set of rules which will give you more granular control over what you choose to record in every possible situation. You will be able to start and stop the recording of the Room tracks at any moment in time and as many times as you want. You will also be able to record either video, audio or both tracks from any of the participants in the Room.

Please visit the Recording Rules API documentation page to learn more about it, including code samples for making it easier for you to use.

Programmable Video GA