Add a Session Source
Adds a source to a session.
Authorizations: Sessions - CHANGE_SOURCES
Requests
POST /apis/sessions/:sessionId/sources { |
Response
Success
{ |
Error
Code | Payload | Description |
---|---|---|
400 | {"code":"010001", "name":"InputValidation", | Supplied data was insufficient or incorrect. |
403 | {"code":"040006", "name":"SessionHidden", | Session is hidden and requester does not own the session. |
404 | {"code":"040006", "name":"SessionNotFound", | Could not find session with the provided id. |
404 | {"code":"040009", "name":"SourceNotFound", | Source with UUID |
409 | {"code":"060003", "name":"RecordingInProgress", | There is an active recording on this session. |
409 | {"code":"060008", "name":"SessionSourceAlreadyExists", | This source was already added to this session. |