Skip to content

Video is Muted in The Frontend #558

Description

@alexklann

When I tried streaming audio, it didn't show up in the frontend.
The button is greyed out and I can't hear anything.

I had to manually enable the stream sound with this snippet:

const video = document.querySelector("video");

video.muted = false;
video.volume = 1;

await video.play();

Is this a known issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions