react-native-twilio-programmable-voice
react-native-twilio-programmable-voice copied to clipboard
React Native wrapper for Twilio Programmable Voice SDK
Hi, there is a function `TwilioVoice.unregister()` which is available only for ios. But how can we unregister an android device? For example when a user logout from the app then...
We're using multiple push providers and thus need to use a delegate service for handling our notifications. This PR adds the ability to specify a delegate service during instantiation as...
Please include the following information for better support The more context you provide around this issue the faster the community can help you Did you follow all the instructions as...
Using: - React Native: 0.63.2 - react-native-twilio-programmable-voice 4.3.0 - Android 10 Samsumg On "deviceDidReceiveIncoming" event, I expect to get custom parameters from Twilio but I have only 3 parameters: "call_sid",...
First of all: thank you very-very-very much for your work. I need to start timer, when call is answered. Trying to listen events: From console: callStateRinging data {call_sid: "CA79da86a73d9d7ae501f729066ce4b"} connectionDidConnect...
By default we set the display name to the phone number. I propose we modify the `TwilioVoice.connect` method to accept a `contactIdentifier` string similar to https://github.com/react-native-webrtc/react-native-callkeep#startcall and add a new...
draft
Android receives a background call with broadcast receiver and pass it to RN headless JS ```js // Application index.js AppRegistry.registerHeadlessTask('BackgroundCallTaskService', () => ({ call_state, call_sid, call_from, // this is the...
changes to play disconnect.wav on disconnect(). instantiated soundPoolManager in constructor of TwilioVoiceManager.java since .wav file needs time to be loaded and parsed per Android Dev recommendation. Instantiated soundPoolManager in the...