VideoUnplayableException.notLiveStream constructor
VideoUnplayableException.notLiveStream(
- VideoId videoId
Initializes an instance of VideoUnplayableException with a VideoId
Implementation
VideoUnplayableException.notLiveStream(VideoId videoId)
: super('Video \'$videoId\' is not an ongoing live stream.\n'
'Live stream manifest is not available for this video');