-
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
Twilio call is not working in ios and android #13
Comments
The Twilio.addEventListener('deviceDidStartListening', () => { /*My callback handler here!*/ }); |
@somsin I'm getting the same error. Did you manage to solve? The app crashes, but my phone still rings! |
@rogchap I have the same problem. The app crashes on Checked again. It works fine on Android. |
Thanks @naviocean. I'll try it out and get back to you. |
i
am trying to use twilio in react native app. after done all setup with react native twilio .when i am calling a number getting issue . i used all steps give in this link .[[tid:com.facebook.react.JavaScript] handler is not a function. (In 'handler(rtn)', 'handler' is undefined)
2016-09-27 11:00:57.857 [fatal][tid:com.facebook.react.RCTExceptionsManagerQueue] Unhandled JS Exception: handler is not a function. (In 'handler(rtn)', 'handler' is undefined). code is breaking in twilio app in index.js ](url)
addEventListener(type, handler) { _eventHandlers[type].set(handler, NativeAppEventEmitter.addListener( type, rtn => { handler(rtn); } )); },
The text was updated successfully, but these errors were encountered: