Uiza Documentation
2020-03-26
2020-03-26
  • Hola! 👋
  • Getting Started
    • Introduction
    • Authentication
    • Errors
    • Quick Starts
      • Live Streaming
      • Video Streaming
    • Pagination
    • Recommended Specifications
    • Postman Collections
    • Sample Streaming Apps
      • NodeJS Live Streaming App
      • Java Live Streaming App
      • Python Live Streaming App
      • How to integrate live streaming into an Android App using Uiza’s Live API
    • Versioning
  • API Reference
    • Live Entities
      • Create A Live Entity
      • Retrieve A Live Entity
      • Update A Live Entity
      • Delete A Live Entity
      • List All Live Entities
      • Enable Live Entity DVR
      • Disable Live Entity DVR
    • Live Sessions
      • Retrieve A Live Session
      • List All Live Sessions
    • Video Entities
      • Retrieve A Video Entity
      • Update A Video Entity
      • Publish A Video Entity
      • Delete A Video Entity
      • List All Video Entities
    • Video Presets
      • Create a Video Preset
      • Retrieve a Video Preset
      • Update a Video Preset
      • Delete a Video Preset
      • List all Video Presets
      • Add Profile(s) to Video Preset
      • Remove Profile(s) from Video Preset
    • Video Profiles
      • List All Video Profiles
    • Events
      • Retrieve An Event
      • List All Events
      • Event Types
    • Webhook Endpoints
      • Create Webhook Endpoint
      • Retrieve Webhook Endpoint
      • Update Webhook Endpoint
      • Delete Webhook Endpoint
      • List All Webhook Endpoints
      • Enable A Webhook Endpoint
      • Disable A Webhook Endpoint
  • SDK REFERENCE
    • Introduction
    • Android SDK
      • Android Player SDK
      • Android Broadcast SDK
    • iOS SDK
      • iOS Player SDK
      • iOS Broadcast SDK
    • Web Player SDK
  • API UPGRADES
    • Release Notes
    • API Changelog
Powered by GitBook
On this page

Was this helpful?

  1. API Reference
  2. Events

Event Types

PreviousList All EventsNextWebhook Endpoints

Last updated 5 years ago

Was this helpful?

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.created data.object is a .

Occurs whenever a live entity is created.

live_entities.updated data.object is a .

Occurs whenever a live entity is updated.

live_entities.deleted data.object is a .

Occurs whenever a live entity is deleted.

live_entities.ready data.object is a .

Occurs whenever the status of a live entity is changed to ready. This event indicates that the live entity you created is ready to ingest and broadcast.

live_entities.publish data.object contains a and its .

Occurs whenever a live entity receives the first live signal of a live session.

video_entities.created data.object is a

Occurs when a user sends a signal with DVR set to true . This event happens after live_entities.publish and indicates the creation of a new live record from the user's live feed. Uiza creates a record as video entity.

live_entities.publish_done data.object contains a and its .

Occurs whenever a live session ends.

live_entities.resource.accepted data.object is a .

Occurs whenever Uiza has successfully allocated resources for your live entity following its creation.

Occurs whenever Uiza could not allocate resources for your live entity. Uiza typically retries several times before creating this type of event. The retry attribute indicates the retry count.

Occurs when the live_entity was created and having resource and wait for ingest.url to be updated, this event also occurs when Uiza system re-allocating resource for live_entity.

live_entities.resource.denied data.object contains a and its .

live_entities.dns.updatingdata.object is a

live_entity
live_entity
live_entity
live_entity
live_entity
live_session
video_entity
live_entity
live_session
live_entity
live_entity
live_session
live_entity