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

React Native wrapper for Twilio Programmable Voice SDK

Results 42 react-native-twilio-programmable-voice issues
Sort by recently updated
recently updated
newest added

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

status: in progress

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

status: waiting for info

please can you create example ?

status: in backlog

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

status: in progress

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

status: in backlog

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

enhancement
status: in progress

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

help wanted
status: in backlog