Mitch
Mitch

Reputation: 167

Phone call within react native

Is there a way within react-native or some library that would allow the app to make a phone call within a custom UI & record the call? Ive seen react-native-communications but that redirects and uses the phones UI to make the call.

Upvotes: 0

Views: 1638

Answers (1)

Ammar Tariq
Ammar Tariq

Reputation: 847

Try cloning and running this repo. It does what you are trying to do. https://github.com/aryaminus/RN-voice-video-call/tree/HttpApiSetup

Upvotes: 1

Related Questions