
iOS - JWPlayer - Playlist - Selected Index - Play
Hi Team,
We are using JWPlaylistItem class to play the playlist files in JWplayer, And it is working fine as expected.
But we need a feature like if the user selects a video from the playlist the selected index (playlist item) has to play in the JWplayer.
We checked the documentation but we didn't see any method to achieve this feature. And also we checked with Android as well and we found a method onPlaylistItem(int index, PlaylistItem playlistItem) and it is working fine in Android.
Can you please let us know if there is any method in iOS to achieve this.
Thanks in advance.