Skip to content

Feature: Enable a mechanism to show/hide captions on-demand #84

@JavierMartinz

Description

@JavierMartinz

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions