Application.RequestUserAuthorization(UserAuthorization.Microphone);
does this function have effect in mac os??? when i run this line code in mac, it doesn’t show the authorize pop window. what’s the suitable way to authorize in mac os???
Application.RequestUserAuthorization(UserAuthorization.Microphone);
does this function have effect in mac os??? when i run this line code in mac, it doesn’t show the authorize pop window. what’s the suitable way to authorize in mac os???
Also wondering this!
Did you ever find out?