Event Types
Our event types are designed following the resource.event
format for your intuitive coding. As new event types will be added as we roll out more features or make updates to existing ones, we recommend you to revisit this list whenever you receive a new event type.
Live entity and session related
live_entities.created
data.object
is alive_entity
.Occurs whenever a live entity is created.
live_entities.updated
data.object
is alive_entity
.Occurs whenever a live entity is updated.
live_entities.deleted
data.object
is alive_entity
.Occurs whenever a live entity is deleted.
live_entities.ready
data.object
is alive_entity
.Occurs whenever the
status
of a live entity is changed toready
. This event indicates that the live entity you created is ready to ingest and broadcast.
live_entities.publish
data.object
contains alive_entity
.Occurs whenever a live entity receives the first live signal of a live session.
live_entities.publish_done
data.object
contains alive_entity
.Occurs whenever a live session ends.
Last updated