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
Currently, there is a possibility to autoplay a muted video with a captions track shown. However, there is no way to, for instance, hide those captions if user disables muted.
Since the video is behind and iframe, there is no way to access to the tracks and hide them using something like
videoRef.textTracks[0].mode='hidden'
The text was updated successfully, but these errors were encountered:
Currently, there is a possibility to autoplay a muted video with a captions track shown. However, there is no way to, for instance, hide those captions if user disables
muted
.Since the video is behind and iframe, there is no way to access to the
tracks
and hide them using something likeThe text was updated successfully, but these errors were encountered: