Video Options
Creates a VideoOptions from a videoId and the private token. The VideoType is inferred from the video ID.
Parameters
video Id
the video ID of the video to play
token
the private video token (only needed for private video, set to null otherwise)
Creates a VideoOptions from a videoId. an explicit VideoType and the private token.
Parameters
video Id
the video ID of the video to play
video Type
the VideoType of the video to play. Only VideoType.VOD is supported.
token
the private video token (only needed for private video, set to null otherwise)