-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Application closes when starting a call #40
Comments
I can only start a call when audioOnly, audioMuted and videoMuted are set to true. However, after starting the call when enabling / disabling audio or video, the application continues to close unexpectedly without any error. This problem only happens on iOS. |
Add NSCameraUsageDescription and NSMicrophoneUsageDescription permissions to your info.plist |
That was the problem, thank you very much. You should have more information about the iOS configuration in the readme. |
Thanks for the suggestion. I've committed to the README. Will update with the next publish. |
I have a problem when starting a call on IOS, the application simply closes. On Android the same code works normally. Has anyone been through this or have any idea how to solve it?
There is no exception.
The text was updated successfully, but these errors were encountered: