wumke / react-native-immediate-phone-call

Initiate immediate phone call (without further user interaction) for React Native on iOS and Android.
GNU General Public License v3.0
172 stars 50 forks source link

How can I change from audio to video call. #51

Closed webdevsumit closed 1 year ago

webdevsumit commented 1 year ago

I want to use a Video call in my app with the phone number I did not see anything why which I can do that.

wumke commented 1 year ago

This library is only intended to make (good old) telephone calls. You can probably find the correct urls for the apps you want to use for videocalling, and trigger those yourself (If I remember correctly there is an existing package for that... but I cannot remember the name right now).