jefflinwood / cordova-plugin-twiliovoicesdk

PhoneGap/Cordova Plugin for Twilio Programmable Voice SDK
MIT License
20 stars 50 forks source link

Android: GCM Or FCM #34

Open tonysumi opened 6 years ago

tonysumi commented 6 years ago

Hi jefflinwood,

I Appreciate your good work and contributions. I've a doubt. Lately, I've been trying to achieve an incoming call but nothing turn up to be successful. Some questions like: 1) Can I use FCM sender_id instead of GCM sender_Id ? As per Twilio documentation (https://github.com/twilio/voice-quickstart-android#migrating-from-gcm-to-fcm) GCM is migrated to FCM.

2) On Initializing the device, I can see "Registered Voice Client" but non of the Twilio Services is seen running. Can You please?

Thanks

jefflinwood commented 6 years ago

Great question - the Android SDK here needs to be updated with FCM support. That said, the FCM sender id may work, I'm not sure.

tonysumi commented 6 years ago

Hi Jefflinwood,

Is this "twilio-voice-phonegap-plugin" under development ? Hoping for more updates on this Plugin. :)

jefflinwood commented 6 years ago

Hi,

Yes - there was an initial burst of activity to get this plugin up to a certain point, but I'll need to continue with that to get this updated with the latest versions of the SDK.

ravishekharco commented 6 years ago

Hi Jefflinwood, Great work. And thanks for your contribution.

Do you have a plan to upgrade the plugin to use latest Android/iOS SDKs from Twilio (which utilises FCM instead of GCM) in the near future?