Is it somehow possible to know if the video player in ios was muted by the user?

Please provide the following:
1.45
2. iOS:

Hi, I would like to update a value in my redux store when the user presses the mute button on the ios AV player. Is there any way I can listen to this event and then dispatch an action I want to the redux store?

If this is not possible, is it possible for me to hide only the mute button on the player while keeping the rest of the controls? I understand I’ll probably have to dwell into native code for this but I’m up for the task. Thank you!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.