react-native-callkeep
react-native-callkeep copied to clipboard
Should hasVideo = true affect incoming call UI
- [x] Android
- [x] iOS
Description
Hi Guys! I try to integrate your lib to our project and have question related to video call displayIncomingCall has parameter hasVideo, but what shoult happening if true ? It just passed to didDisplayIncomingCall listener or it should also affect UI ? In our case I want to have separate button that alow user to directly answer with video enabled, Instead of Answering call and then press video button inside app, but when hasVideo = true I see same UI as in case of false
Steps to Reproduce
run displayIncomingCall function with hasVideo = true