Skip to main content

Track recording

Records a single media track. kind is required, and the kind you stop with must match the one you started.

await client.recordings.track.start(roomId, { participantId, kind: "video" });
await client.recordings.track.stop(roomId, participantId, "video");

kind is audio, video, screen_audio, or screen_video. Also list, get, and delete.

Got a Question? Ask us on discord