Create a New Recording Session
Creates a new active recording of the session. Certain metadata, like the title and description, are automatically copied from the session. The sources to record can be specified in the request. By default, the active recording records all of the session’s sources. Sources that are not associated with the session are ignored.
Authorizations: Sessions - RECORD
Requests
POST /apis/sessions/:sessionId/recordings { |
Response
Success
{ |
Error
Code | Payload | Description |
---|---|---|
403 | {"code":"040006", "name":"SessionHidden", | Session is hidden and requester does not own the session. |
404 | {"code":"040006", "name":"SessionNotFound", | Session with UUID |
409 | {"code":"060009","name":"SessionHasNoSource", | Session must have at least one source. |
500 | {"code":"070027","name":"InsufficientSpace", | The server has run out of disk space. |