SessionLivestreamMinimalModel
Properties
Name | Type | Required | Description |
---|---|---|---|
livestream_id | str | ✅ | Identifier of the livestream |
service_provider | str | ✅ | Name of the livestreaming service provider |
livestream_status | SessionLivestreamStatusModel | ✅ | Last known state of the livestream as notified by Webinar Livestreaming Controller Service (WLCS). Value may not be consistent with latest state, especially for livestream associated with OAuth2.0 based service providers. Thus, state must be obtained directly from WLCS |
previous_livestream_status | SessionLivestreamStatusModel | ❌ | Last known state of the livestream as notified by Webinar Livestreaming Controller Service (WLCS). Value may not be consistent with latest state, especially for livestream associated with OAuth2.0 based service providers. Thus, state must be obtained directly from WLCS |
livestream_start_time | str | ❌ | Time at which the session started to publish media to livestream service provider. |
error | dict | ❌ | Generalized API error structure suitable for any error type |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs