Check Microphone access

Hi all,
How to get check HasUserAuthorizedPermission(Permission.Microphone) in unity window application?

Thanks advance.,

Is that for Windows Standalone?

Not for Standalone. we need for UWP.

I don’t think there’s a way to do it. I found this on google: How to get Microphone privacy setting programmatically - Microsoft Q&A

So I’d try using the API and just handle failures gracefully if they happen.