react-native-webrtc / react-native-callkeep

iOS CallKit framework and Android ConnectionService for React Native
ISC License
901 stars 439 forks source link

can i use this package with react native twilio? #239

Open mertbuldur opened 4 years ago

mertbuldur commented 4 years ago

Hello, I am doing video chat application using react native twilio. Using this package, can I forward to twilio when I click accept to incoming call? Thank you so much.

lpfrenette commented 4 years ago

FYI, react-native-twilio is outdated. it uses Twilio SDK version 2. You should consider writing your own Native module using the current version of twilio sdk which is 5.4.

jdegger commented 4 years ago

You can. There is active discussion here in react native programmable voice.

https://github.com/hoxfon/react-native-twilio-programmable-voice/pull/144

instructions on how to combine with callkeep: https://github.com/hoxfon/react-native-twilio-programmable-voice/issues/136#issuecomment-617991051

MrHertal commented 3 years ago

I have made a React Native library for VoIP calls with Twilio Voice. It goes on top of CallKeep:

https://github.com/MrHertal/react-native-twilio-phone

This is not for video calls though.