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. ```js navigator.permissions.query({ name: "audio" }).then((permissionStatus) => {}); ```