-
Notifications
You must be signed in to change notification settings - Fork 29
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
voice.register(token) response null #359
Comments
In Android Studio log |
Hi @iamsiddharthkamble please fill out the original issue template. It helps us tremendously with debugging customer issues. For example, the other versions of the tools in your dev environment. |
Hi I use MainReactNativeHost.kt
the output on the console is like
but in Android Studio logcat I found that
|
Hi @iamsiddharthkamble are you still encountering this issue? Please let me know your Android version and the rest of you development environment if so. See the Issue Template here: https://github.com/twilio/twilio-voice-react-native/blob/main/.github/ISSUE_TEMPLATE.md |
when I call the register method with the access token , if token is invalid, getting response with error code status , but when token is valid getting response null
my MainActivity.kt is like
and MainApplication.kt is like
The text was updated successfully, but these errors were encountered: