api.video-python-client
api.video-python-client copied to clipboard
[Feat]: Option to record the streaming.
Version
api.video==1.3.0
Environment that reproduces the issue
Device: Mac 24" IDE: VS CODE
Use case description
I am using the apivideo library to live-stream a video. One of our requirements is an option to be able to record the streaming or not.
I am using the CREATE method to create the live stream. However, it does not have an option for recording the streaming. But in the dashboard, there is an option to enable the recording or not as in the image below.
My thought is, that if it is available in the dashboard of the live stream, then there should be an option to toggle the recording.
Or, Am I missing something?
Proposed solution
Send a recording flag in CREATE API
Alternative solutions
No response