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

This is a resolution to the issue where a call could not be completed with the existence of Firebase in the project.

Hello, I am using react-native-twilio-programmable-voice for making a phone call, this is working fine in android but not working in IOS. TwilioVoice.initWithToken is return true and after that i calling...

Reference PR for the work needed on Android to use [CallKeep](https://github.com/react-native-webrtc/react-native-callkeep)

Ported Twilio quickstart changes up to this point https://github.com/twilio/voice-quickstart-android/commit/e3db03fac386ae18d3790a52dbd423ead7234ab3 - [x] notification for incoming call when the app is in the background - [x] implement Android v5 - [x] test...

App is crashing when attempting to get into a call on android 12. Should feat/twilio-android-sdk-5 work with Android 12?

Did you follow all the instructions as specified in the Twilio Quickstart repositories? - YES What version of React Native are you running? - 0.66.1 What version of react-native-twilio-programmable-voice are...

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

bug
status: in progress

Did you follow all the instructions as specified in the Twilio Quickstart repositories? - Yes RN Version - 0.66.1 react-native-twilio-programmable-voice version - 4.4.0 What device are you using? - OnePlus...

Some applications may rely on the deviceReady event to be thrown to understand the VOIP functionality is ready. When using the cached token the lib was not sending the deviceReady...

How to get VoIP Calls received event? Any example for the same?