Closed edrpls closed 4 years ago
This PR uses the muted property to set volume icons and toggle mute, instead of the volume property as we did before, this is because iOS always returns 1 from video.volume and the property is read-only.
muted
video.volume
Close #55.
This PR uses the
muted
property to set volume icons and toggle mute, instead of the volume property as we did before, this is because iOS always returns 1 fromvideo.volume
and the property is read-only.Close #55.