Skip to main content

Participant recording

Records a single participant.

await client.recordings.participant.start(roomId, { participantId, fileFormat: "webm" });
await client.recordings.participant.stop(roomId, participantId);

fileFormat is mp4, webm, or m3u8. Also list, get, and delete.

Got a Question? Ask us on discord