Probably just the [exposure decisions algorithm](https://w3c.github.io/mediacapture-output/#privacy-obtaining-consent) actually being implemented: > * If deviceInfo.deviceId is in [[explicitlyGrantedAudioOutputDevices]], return true. > * If deviceInfo.groupId is the same as the groupId of any microphone in microphoneList, return true. > * return false.
Bug 1726728 Comment 3 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Probably just the [exposure decision algorithm](https://w3c.github.io/mediacapture-output/#privacy-obtaining-consent) actually being implemented: > * If deviceInfo.deviceId is in [[explicitlyGrantedAudioOutputDevices]], return true. > * If deviceInfo.groupId is the same as the groupId of any microphone in microphoneList, return true. > * return false.