react-native-twilio-programmable-voice
react-native-twilio-programmable-voice copied to clipboard
React Native wrapper for Twilio Programmable Voice SDK
I got the incoming call response. But i am facing an issue. When caller canceled call, that time callInviteCancelled should call. But i did not get any response in this...
It appears Android 10 is being difficult when it comes to launching the app on an incoming call. Everything worked fine on Android
RN 0.45.0 this lib `2.11.1` experienced on iPhone 6 app running in foreground iOS lib `pod 'TwilioVoice', '=2.0.0-beta14'` ``` EndCallAction transaction request failed: The operation couldn’t be completed. (com.apple.CallKit.error.requesttransaction error...
version of React Native: 0.52.0 version of react-native-twilio-programmable-voice: ^3.0.0 device: iOS8.1 device/ Android 5+ device iOS pod version: 1.4.0 **Step to reproduce:** _Android scenario:_ 1. I'm getting an incoming 2....
RN 0.49 this lib 3.16.0 Android 8.0 One Plus 3 the app is running in the background and the screen is locked Step to reproduce Receive a phone call when...
What version of React Native are you running? 0.52.2 What version of react-native-twilio-programmable-voice are you running? 3.16.0 What device are you using? (e.g iOS10 simulator, Android 7 device)? Android device...
When initiating a call invitation, if the callee already has an incoming call or is answering a call from another user, how can I implement call rejection with the current...
 anyone help
Twilio is working on the official RN Voice SDK. I suggest everyone to check it out and report any issues: https://github.com/twilio/twilio-voice-react-native
Hi, I am using this lib and can make a call, but I can not get call_state when I accept a call. I mean no events, no callbacks, nothing happend...