Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

JW Player 7 API not firing on captionsChange


JW Player 7 API is not firing for API Event captionsChange.

Try to change caption in this demo, it should output an info when changed but nothing happens:
https://jsbin.com/nupabe/5/edit?html,js,output

As you can see the event on play is working fine.

Can you confirm this bug and if so, when will it be fixed?

Thanks

3 Community Answers

Andrew

JW Player Support Agent  
0 rated :

This does seem to be a typo on our docs! The correct format is on(‘captionsChanged’) with a “d” at the end. Sorry for the oversight! We’ve corrected this in the API reference document.

klopfer

User  
0 rated :

Thanks Andrew, this works.

I think I found another typo in your docs:
For .on('visualQuality') it says an event attibute would be "label", however this does not work for me, instead I can use "level".

Andrew

JW Player Support Agent  
0 rated :

Updated! Thanks again for the insight. :)

This question has received the maximum number of answers.