Name | Type | Description | Notes |
---|---|---|---|
webhookId | String | A unique identifier of the webhook you subscribed to. | [optional] |
createdAt | OffsetDateTime | The time and date when you created this webhook subscription, in ATOM UTC format. | [optional] |
events | List<EventsEnum> | A list of events that you subscribed to. When these events occur, the API triggers a webhook call to the URL you provided. | [optional] |
url | String | The URL where the API sends the webhook. | [optional] |
signatureSecret | String | A secret key for the webhook you subscribed to. You can use it to verify the origin of the webhook call that you receive. | [optional] |
Name | Value |
---|---|
LIVE_STREAM_BROADCAST_STARTED | "live-stream.broadcast.started" |
LIVE_STREAM_BROADCAST_ENDED | "live-stream.broadcast.ended" |
VIDEO_SOURCE_RECORDED | "video.source.recorded" |
VIDEO_ENCODING_QUALITY_COMPLETED | "video.encoding.quality.completed" |
VIDEO_CAPTION_GENERATED | "video.caption.generated" |
VIDEO_SUMMARY_GENERATED | "video.summary.generated" |
- Serializable
- DeepObject