session

Retrieve a session

get/session/{id}

Path parameters

idstring required

ID of the session

Response

Success

idstring
kindstring
userIdstring
namestring required
lastSeennumber
sourceSegmentsnumber
transcodedSegmentsnumber
sourceSegmentsDurationnumber

Duration of all the source segments, sec

transcodedSegmentsDurationnumber

Duration of all the transcoded segments, sec

sourceBytesnumber
transcodedBytesnumber
ingestRatenumber

Rate at which sourceBytes increases (bytes/second)

outgoingRatenumber

Rate at which transcodedBytes increases (bytes/second)

isHealthyIsHealthy — unresolved $ref
issuesHumanIssues — unresolved $ref
createdAtnumber

Timestamp (in milliseconds) at which stream object was created

parentIdstring

Points to parent stream object

projectIdstring

The ID of the project

recordboolean

Whether the stream should be recorded. Uses default settings. For more customization, create and configure an object store.

recordingStatus'waiting' | 'ready' | 'failed' | 'deleted' | 'none'

The status of the recording process of this stream session.

recordingUrlstring

URL for accessing the recording of this stream session.

mp4Urlstring

The URL for the stream session recording packaged in an MP4.

playbackIdstring

The playback ID to use with the Playback Info endpoint to retrieve playback URLs.

profilesProfiles — unresolved $ref
recordingSpecRecordingSpec — unresolved $ref

Changes