You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to expose the API method player.isMuted():Boolean.
How can this be done?
Describe your idea
Currently we can set the mute/unmute state on creation, but we would like to know if the user has unmuted the video. It looks like the iFrame api supports
player.isMuted():Boolean
I would like to be able to call this at some point (like when the video has ended or paused) so I can know the user preference.
Expected behavior and realization
The text was updated successfully, but these errors were encountered:
Feature Request
I would like to expose the API method
player.isMuted():Boolean
.How can this be done?
Describe your idea
Currently we can set the mute/unmute state on creation, but we would like to know if the user has unmuted the video. It looks like the iFrame api supports
player.isMuted():Boolean
I would like to be able to call this at some point (like when the video has ended or paused) so I can know the user preference.
Expected behavior and realization
The text was updated successfully, but these errors were encountered: