This repository has been archived by the owner on May 15, 2024. It is now read-only.
In UWP, checking permission for microphone always returns "Granted" even if app permission for microphone is set to "off" #2049
Labels
bug
Something isn't working
Description
In UWP, checking permission for microphone always returns "Granted" even if app permission for microphone is set to "off"
Steps to Reproduce
Expected Behavior
The function should return "PermissionStatus.Denied"
Actual Behavior
The function returns "PermissionStatus.Granted"
Basic Information
Screenshots
Reproduction Link
The text was updated successfully, but these errors were encountered: