Pause and resume recording

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.

Hi. Recordings cannot be paused. Starting and stopping a recording for the same Session will simply generate different Recording entities. Of course you can process them any way you need after they are stopped.