client-sdk-flutter
client-sdk-flutter copied to clipboard
Permission Doesn't work in macOS
I don't think setMicrophoneEnabled(true); works for macOS.
When using the above to connect to room I get error:
Unable to getUserMedia: NotAllowedError
Are you compiling for Mac or Web ? If Web, which browser are you using?
Compliling for Mac. And I found problem is with Xcode 16 after few hours I had to redownload Xcode 15 and it worked. Still can't figure out what's the issue with Xcode 16.