react-native-webrtc / react-native-callkit

#deprecated iOS 10 new CallKit framework for React Native

Repository from Github https://github.comreact-native-webrtc/react-native-callkitRepository from Github https://github.comreact-native-webrtc/react-native-callkit

How to flag an outgoing call as "Video"

ippa opened this issue · comments

commented

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?

commented

ping @ianlin is this plugin still being worked on?

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

commented

Thanks for the answer @zxcpoiu , I understand.