findVideoByReferenceID
Retrieves a Video from the Playback API service by its reference ID, a customer supplied unique identifier.
If your VideoCloud configuration requires a Brightcove Authorization token, provide it using setBrightcoveAuthorizationToken. This token will be configured when creating the com.brightcove.player.model.Video object, and it will be used when requesting the Video license.
Parameters
string containing the reference ID of the video to find.
a configuration class with values used in the request.
A callback which will be invoked when the request finishes or an error occurs.
Retrieves a Video from the Playback API service by its reference ID, a customer supplied unique identifier.
Parameters
string containing the reference ID of the video to find.
A callback which will be invoked when the request finishes or an error occurs.
Deprecated
Deprecated
Please use findVideoByReferenceID instead.