getUrl
Description
Returns the URL of the downloaded Manifest.
In DirectFile mode (see
loadVideo options), returns the URL of the content being played.
Returns undefined
if no content is loaded yet.
Example
const url = player.getUrl();
if (url) {
console.log("We are playing the following content:", url);
}
Syntax
const url = player.getUrl();
- return value
string