Hi,
How to get subtitle list , please share & how to pass to the player version 8.127
as i’m calling the method as player.subtitle.list()
Thanks & Regards
Roshan.
Hi,
How to get subtitle list , please share & how to pass to the player version 8.127
as i’m calling the method as player.subtitle.list()
Thanks & Regards
Roshan.
Hi,
Looks like you have a typo in your API call, it should be player.subtitles.list() (note the s at the end of subtitles).
Please also note that this should be called once the load call was finished, i.e. the load Promise resolved / the SourceLoaded event was fired.