Session Object

id
string

Unique identifier for the session.

name
string

Name of the session.

lastSeen
number

Timestamp of the last activity in the session.

sourceSegments
number

Number of source segments in the session.

transcodedSegments
number

Number of transcoded segments in the session.

sourceSegmentsDuration
number

Duration of all the source segments in seconds.

transcodedSegmentsDuration
number

Duration of all the transcoded segments in seconds.

sourceBytes
number

Total bytes of source segments.

transcodedBytes
number

Total bytes of transcoded segments.

ingestRate
number

Rate at which sourceBytes increases (bytes/second).

outgoingRate
number

Rate at which transcodedBytes increases (bytes/second).

isHealthy
object

Reference to the stream-health-payload schema for health status.

issues
object

Reference to the stream-health-payload schema for human-readable issues.

createdAt
number

Timestamp (in milliseconds) at which the session was created.

parentId
string

Identifier of the parent stream object.

record
boolean

Indicates whether the stream should be recorded.

recordingStatus
string

Status of the recording process of this stream session.

recordingUrl
string

URL for accessing the recording of this stream session.

mp4Url
string

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

playbackId
string

Identifier used to form the playback URL.

profiles
array

Array of profiles detailing various streaming qualities.