Event Types
Our event types are designed following the resource.event and resource.subresource.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.createddata.objectis alive_entity.Occurs whenever a live entity is created.
live_entities.updateddata.objectis alive_entity.Occurs whenever a live entity is updated.
live_entities.deleteddata.objectis alive_entity.Occurs whenever a live entity is deleted.
live_entities.readydata.objectis alive_entity.Occurs whenever the
statusof a live entity is changed toready. This event indicates that the live entity you created is ready to ingest and broadcast.
live_entities.publishdata.objectcontains alive_entityand itslive_session.Occurs whenever a live entity receives the first live signal of a live session.
video_entities.createddata.objectis avideo_entityOccurs when a user sends a signal with DVR set to
true. This event happens afterlive_entities.publishand indicates the creation of a new live record from the user's live feed. Uiza creates a record as video entity.
live_entities.publish_donedata.objectcontains alive_entityand itslive_session.Occurs whenever a live session ends.
live_entities.resource.accepteddata.objectis alive_entity.Occurs whenever Uiza has successfully allocated resources for your live entity following its creation.
live_entities.resource.denieddata.objectcontains alive_entityand itslive_session.Occurs whenever Uiza could not allocate resources for your live entity. Uiza typically retries several times before creating this type of event. The
retryattribute indicates the retry count.
live_entities.dns.updatingdata.objectis alive_entityOccurs when the
live_entitywas created and having resource and wait foringest.urlto be updated, this event also occurs when Uiza system re-allocating resource forlive_entity.
Last updated
Was this helpful?
