Recordings
Recordings capture a stream segment. The client must already be streaming. Recordings can be started from Unity via the SDK or remotely via API commands.
Start / Stop
Start and stop recordings remotely via commands - see Commands: Recording.
Fetch Recordings
All recordings for a session:
GET /sessions/{SessionId}/recordings
A specific recording:
GET /recording/{RecordingId}