You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have cloned and built the NativeCall example application for Android. When I try to run it on my Samsung Galaxy S7 Edge running Android 6.0.1, I can get the application to launch, but as soon as I try to join a room, the application gets a SIGABRT. The log in adb shows nothing, but if I run it in the debugger I can get a call stack for the exception, which looks like this:
After some additional research, I found that the problem is due to requiring a runtime permissions check for Android 6+ to get access to the CAMERA and RECORD_AUDIO features. I have a local change that I'd be happy to submit as a Pull Request if desired.
I have cloned and built the NativeCall example application for Android. When I try to run it on my Samsung Galaxy S7 Edge running Android 6.0.1, I can get the application to launch, but as soon as I try to join a room, the application gets a
SIGABRT
. The log in adb shows nothing, but if I run it in the debugger I can get a call stack for the exception, which looks like this:best I can tell, it's related to the
VCD_getNumberOfCameras
method. Is there something special I need to do here?The text was updated successfully, but these errors were encountered: