-
Notifications
You must be signed in to change notification settings - Fork 43
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
Connection has no connected handler #24
Comments
Hi @anotherstarburst , |
Hello,
|
That's a react-native devtools error |
@anotherstarburst |
Firstly - great effort porting this to RN!
I've got twilio client set up and working for desktop web-browsers. I'm using the same server methods and endpoints to make a call from my ios10 device (not the simulator). I've corrected the RN imports as per #23 . I struggled at first because it seems that instead of
one needs to use
(the same for the other methods). However, no matter what I try I cannot manage to make an outbound call (microphone permissions have been enabled). As suggested I run the initWithToken on component mount and add the few listeners. Once I do I get the following errors
but I understand from previous issues that we're to expect some errors filtering through. This does look suspect though...
I then go to
But it fails with.
I also tried the method I used in browser which has a params object for the server to facilitate the call but no dice.
Any clues on what may be going wrong?
The text was updated successfully, but these errors were encountered: