Skip to content
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

Open
fabriziomoscon opened this issue Oct 26, 2016 · 6 comments
Open

Programmable Voice SDK #20

fabriziomoscon opened this issue Oct 26, 2016 · 6 comments

Comments

@fabriziomoscon
Copy link
Contributor

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:

Please note that the Twilio Client Android SDK is superseded by the newer Twilio Programmable Voice Android SDK, which uses GCM push notifications for signaling incoming calls.

screen shot 2016-10-26 at 13 41 51

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.

@rogchap
Copy link
Owner

rogchap commented Oct 26, 2016

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?

@fabriziomoscon
Copy link
Contributor Author

I am experimenting with this module: https://github.com/hoxfon/react-native-twilio-programmable-voice
Please feel free to have a look and contribute. Some help for the iOS part is certainly very welcome.

@fabriziomoscon
Copy link
Contributor Author

@rogchap
I pushed the very first Android library version on npm (react-native-twilio-programmable-voice). So far it implements the basic functionalities and I haven't got any crash. I can make and receive calls, when the app is opened, in the background and completely closed.
I was wondering if you or somebody else would like to give a hand with the iOS implementation.

@sprice
Copy link

sprice commented Dec 9, 2016

It looks like there is an iOS version https://www.twilio.com/docs/api/voice-sdk/ios

@fabriziomoscon
Copy link
Contributor Author

@sprice the job is to wrap the Twilio code in a react native module, with all the JavaScript bindings.
The Twilio lib is a good starting point for inspiration.
I am still looking for help if someone wants to contribute.

@sprice
Copy link

sprice commented Dec 9, 2016

@fabriziomoscon sorry for not being clear. I was simply responding to @rogchap who asked "I wonder if they'll update the iOS version?" 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants