Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add audio permission state #461

@nums

Description

@nums

A user can mute their tab. When they want to play a video, you cannot show them a pop-up alert to inform them that their sound is disabled.

navigator.permissions.query({ name: "audio" }).then((permissionStatus) => {});

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