MrHertal / react-native-twilio-phone

Twilio Voice React Native module.
MIT License
154 stars 67 forks source link

Issue on android 10 and 10+ #39

Closed Mr-Muscle closed 3 years ago

Mr-Muscle commented 3 years ago

Hello,

I got a strange behavior in my app, I can make twilio calls ios to ios, android to io, android and ios to android OS v8, but the call disconnects when calling from whatever device to android OS v10 or higher (don't know about OS v9) after like 5 seconds (I'm getting the push notification with the call). No matter I answer the call or I let pass the 5 seconds, the call gets disconnecting every time with twilio error 'GCM/FCM client uninstalled or turned off notifications' Error - 52103.

Any help?