Gets the Promise for a particular playlist item
The Promise resolves once the retrieved item begins to preload or play.
jwplayer().getPlaylistItemPromise(index) {
// Add behavior or function
}
Argument | Description |
---|---|
index | Valid playlist item index or -1 for the next recommended item |