THEOplayer > DAIAvailabilityType
The type of the stream requested from Google DAI, represented by a value from the following list:
- 'live'
: The requested stream is a live stream.
- 'vod'
: The requested stream is a video-on-demand stream.
Signature:
export declare type DAIAvailabilityType = 'vod' | 'live';