A question for better understanding: is there a way to pause recording, or should I implement it myself?
Deployment API only has endpoints to start
and stop
a recording. If I call stop
and then start
on the same session – will the new file be created, or just existing file continued?
Use case: I have 1:1 sessions, and want to automatically have them recorded, but only preserve portions where both participants are present.