react-native-webrtc / react-native-callkit

#deprecated iOS 10 new CallKit framework for React Native
ISC License
122 stars 67 forks source link

How to flag an outgoing call as "Video" #46

Open ippa opened 6 years ago

ippa commented 6 years ago

First off, deep thanks for a great plugin and your contributions to the react-native community!

I'm making a videochat application. When my app receives an incoming I call displayIncomingCall() with hasVideo = true. in Recents I see the incoming call flagged as Video which is nice. When registering an outgoing call with startCall() I don't have that option though.. and in Recent it shows up as Audio. Is there a way to start an outgoing call and flag it as Video?

ippa commented 6 years ago

ping @ianlin is this plugin still being worked on?

zxcpoiu commented 6 years ago

yes, we are keep using this but have no time to develope new features. this plugin works well without issue in our use case.

ippa commented 6 years ago

Thanks for the answer @zxcpoiu , I understand.