Live Sessions
A live_session
is the event where a live signal is ingested and broadcasted uninterruptedly. An individual live_entity
could contain multiple live sessions.
The API allows you to list all sessions that belong to a live_entity
which is identified by its id
, or retrieve a specific live_session
.
The session object
Attributes
id
stringThe unique identifier for the live session.
live_entity_id
stringThe unique identifier for the
live_entity
whose sessions are going to be retrieved.
ingest_key
stringThe stream key of the
live_entity
that is requested.
duration
numberThe
duration
of onelive_session
is counted from the moment Uiza receives the first signal of the live feed until the last signal of that live feed. Broadcasting sessions do not contain anyduration
.
created_at
stringThe timestamp, at which a
live_session
is created automatically when Uiza receives a live signal, follows the ISO 8601 standard.
updated_at
stringThe timestamp, at which the most recent update to the
live_session
occurred, follows the ISO 8601 standard.
Last updated