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
volume change event gets triggered one time when the mute/unmute button is clicked, and the volume returned should be 0 when muted, and higher than 0 when unmuted.
Actual Behavior
The first time the button is clicked the volume change event triggers twice. After that it only triggers once. The volume returned when the video is muted returns the previous volume level, when it should be returning 0 when the video is muted.
Expected Behavior
volume change event gets triggered one time when the mute/unmute button is clicked, and the volume returned should be 0 when muted, and higher than 0 when unmuted.
Actual Behavior
The first time the button is clicked the volume change event triggers twice. After that it only triggers once. The volume returned when the video is muted returns the previous volume level, when it should be returning 0 when the video is muted.
Steps to Reproduce
I've got an example that shows the behavior, it prints to the log
https://jsbin.com/medaval/edit?html,js,console,output
The text was updated successfully, but these errors were encountered: