react-native-twilio icon indicating copy to clipboard operation
react-native-twilio copied to clipboard

A React Native wrapper for the Twilio mobile SDK

Results 12 react-native-twilio issues
Sort by recently updated
recently updated
newest added

Hi, I keep getting this error (shown below) when trying to install Twilio into my React Native project. It says that 'unzip' is not recognized as an internal or external...

Firstly - great effort porting this to RN! I've got twilio client set up and working for desktop web-browsers. I'm using the same server methods and endpoints to make a...

Following the example, I'm getting: ``` _deviceReady params undefined _deviceDidStartListening params undefined ``` ``` { type: 'DEVICE_LISTENING_START', params: undefined } { callState: { callDirection: null, callingError: 'Twilio Services Error', callFromNumber:...

I've been trying to debug this for a while but can't come up with anything. Everything works great on iOS, but in Android, after creating a call, I get what...

[`i`](url) am trying to use twilio in react native app. after done all setup with react native twilio .when i am calling a number getting issue . i used all...

- Update the latest Twilio SDK on both ios & android, avoided crash app. - Fix init _pendingconnection on android, which did not call funciton onDisconnected when the caller hang...

On ios App will crush on real device if "NSMicrophoneUsageDescription" is not permitted, should add this to REDEME file. And thanks for this great repo!

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...