Issue: We can pass the muted state to the React Player component and pass m3u8 URL, which renders the <hls-player> element, but the muted state doesn't work.
I noticed this issue when updating to v3 on my codebase, and it also happens in the demo link: https://cookpete.github.io/react-player/
I click the muted checkmark, but the video is not muted.
The muted state is properly set on the on click handler and passed as props to the video player, but the prop has no effect.

Issue: We can pass the
mutedstate to the React Player component and pass m3u8 URL, which renders the<hls-player>element, but themutedstate doesn't work.I noticed this issue when updating to v3 on my codebase, and it also happens in the demo link: https://cookpete.github.io/react-player/
I click the muted checkmark, but the video is not muted.
The muted state is properly set on the on click handler and passed as props to the video player, but the prop has no effect.