-
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
Programmable Voice SDK #20
Comments
That's awesome. I was sending my own Apple Push Notifications from my Server to do the same kind of thing. I wonder if they'll update the iOS version? |
I am experimenting with this module: https://github.com/hoxfon/react-native-twilio-programmable-voice |
@rogchap |
It looks like there is an iOS version https://www.twilio.com/docs/api/voice-sdk/ios |
@sprice the job is to wrap the Twilio code in a react native module, with all the JavaScript bindings. |
@fabriziomoscon sorry for not being clear. I was simply responding to @rogchap who asked "I wonder if they'll update the iOS version?" 😄 |
Twilio has released a new Beta SDK for VOIP
https://www.twilio.com/docs/api/client/android
and published a message on the Client SDK pages:
I started making some experiment using their quickstart app: https://www.twilio.com/docs/api/voice-sdk/android/getting-started
With the new implementation I am able to receive calls even when the app is not in memory or killed. It used GCM and also it worked for me using FCM.
If somebody knows about a repo that already wrapped this feature in React-Native please share.
The text was updated successfully, but these errors were encountered: