The webhook payload schema to return HLS and/or DASH manifest URL(s) for video playback.

Hierarchy

  • ManifestWebhookResponsePayload

Indexable

[k: string]: unknown

Properties

dash_manifest_url?: null | string

The DASH manifest URL for video playback.

hls_manifest_url?: null | string

The HLS manifest URL for video playback.

Generated using TypeDoc