Documentation
Types
Videoconfig

VideoConfig

type VideoConfig = {
    src: string;
    muted: boolean;
};

src

The source of the video. Should be a valid URL.

muted

Whether the video is muted.