Replies: 1 comment 4 replies
-
It's not intended that that would update the player. While changing some options would have an effect if updated because the value is read from options_ after the change, many are only read when the player / a component initialises. For muted, use the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an instance of the video.js player and I'm trying to update its options using
Player.options(obj)
function but it doesn't seem to update the rendered player itself. But upon checking when I logPlayer.options_
I can see that the specific option I updated (e.g muted) is updated but the rendered video player doesn't seem to reflect these changes.Beta Was this translation helpful? Give feedback.
All reactions