react-native-twilio-programmable-voice
react-native-twilio-programmable-voice copied to clipboard
please can you create example ?
please can you create example ?
Agreed, I've tried using this library in the past with iOS and the setup never works.
@Khalidalansi @alfonsosn Hi. I can provide a gist with example. What do you need exactly?
@edzh1 Thank you for your reply. I would like to integrate these capabilities into a React Native app:
- Receive calls through the app itself; not have to ring person’s actual number
- Make calls through the app itself
- Make and receive texts in app
- Record all calls and show list of recent calls in app
@Khalidalansi I understood you, thanks. @fabriziomoscon Won't you mind if I'll create a pull request with an example?
@edzh1 Yes, that will be great! I am looking forward to it.
@Khalidalansi Please, give me a couple days to create an example app and medium article with an explanation. I'll notify you when it'll be done
@edzh1 Thank you!!
In principle I second the idea, but in my experience the example apps I saw in other libraries in the past are constantly out of date. And the reason is that authors are always in short of time and react-native evolves very quickly.
I currently don't have capacity for an example app. Honestly I will not have capacity to keep it updated with the latest ever improving react native and Google libraries. If you have capacity for an example app please include a complete explanation on which compatibility libraries are used, so that the user are aware when is out of date.
Thanks!
@Khalidalansi @alfonsosn https://medium.com/@edzh1/create-a-twilio-voip-calls-in-a-react-native-app-35a729a9613d
@edzh1 I'll be working on integrating the library in the following days, but thank you so much for this super helpful guide, really clarified things for me. LEGEND!
@edzh1 I'll be working on integrating the library in the following days, but thank you so much for this super helpful guide, really clarified things for me. LEGEND!
Glad I could help :)
@Khalidalansi @alfonsosn https://medium.com/@edzh1/create-a-twilio-voip-calls-in-a-react-native-app-35a729a9613d
Wouldn't be able to integrate the library without it. Should be on the README. Thank you so much! @edzh1
@edzh1 @fabriziomoscon does anyone have an example of how to accept a call on Android? presumably on iOS this is handled by CallKit? I can get my emulator to ring but I'm looking for a way to capture the event and present the user with the option to accept or reject the call
In the next couple of months we will be trying to improve the docs and add examples. If somebody is willing to help, read our update here on how to contribute #158
Please if you could expedite this or have an ongoing one as PRs get merged. Do you know if this example is still valid? https://medium.com/@edzh1/create-a-twilio-voip-calls-in-a-react-native-app-35a729a9613d
@morpheis91 that articile seems to be outdated. Since it was written, we have changed a lot in the library. Especially version 4 which was just released. So far nobody is actively working on the example app but we will need it in the near future.
@jdegger I can update my article and create new example app
@edzh1 that would be wonderful. Would you be interested in authoring the example app and publishing it on the hoxfon org so we can maintain it here and use for testing as well? In #158 I also explain that we are looking for somebody to help us with setting up a proper example
@jdegger sure, will start working on that
@edzh1 Did you ever end up finishing the example?