Uiza Documentation
2021-09-21
2021-09-21
  • Hola! 👋
  • Getting Started
    • Introduction
    • Authentication
    • Errors
    • Quick Starts
      • Live Streaming
      • Video Streaming
    • Pagination
    • Recommended Specifications
    • 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
      • Create a live relay
      • Update a live relay
      • Delete a live relay
    • Video Entities
      • Create a video entity
      • Retrieve a video entity
      • Update a video entity
      • Delete a video entity
      • List all video entities
    • Events
      • Event Types
    • Webhook Endpoints
      • Verifying signatures
      • Create a webhook endpoint
      • Update a webhook endpoint
      • Get a webhook endpoint
      • List all webhook endpoint
  • SDK REFERENCE
    • Introduction
    • Android SDK
      • Android Player SDK
      • Android Broadcast SDK
    • iOS SDK
      • iOS Player SDK
      • iOS Broadcast SDK
    • Web Player SDK
    • Flutter SDK
  • API UPGRADES
    • Release Notes
    • API Changelog
Powered by GitBook
On this page

Was this helpful?

  1. API Reference
  2. Events

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 a live_entity.

Occurs whenever a live entity is created.

live_entities.updated data.object is a live_entity.

Occurs whenever a live entity is updated.

live_entities.deleted data.object is a live_entity.

Occurs whenever a live entity is deleted.

live_entities.ready data.object is a live_entity.

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 live_entity.

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

live_entities.publish_done data.object contains a live_entity.

Occurs whenever a live session ends.

PreviousEventsNextWebhook Endpoints

Last updated 3 years ago

Was this helpful?