VideoUnplayableException.liveStream constructor
VideoUnplayableException.liveStream(
- VideoId videoId
Initializes an instance of VideoUnplayableException with a VideoId
Implementation
VideoUnplayableException.liveStream(VideoId videoId)
: super("Video '$videoId' is an ongoing live stream.\n"
'Streams are not available for this video.\n'
'Please wait until the live stream finishes and try again.');