react-native-callkeep icon indicating copy to clipboard operation
react-native-callkeep copied to clipboard

Should hasVideo = true affect incoming call UI

Open Hirurgo opened this issue 3 years ago • 0 comments

  • [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

Hirurgo avatar Jul 03 '22 21:07 Hirurgo