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

Showing custom call UI for Android

Open nileshtupe31 opened this issue 3 years ago • 3 comments

  • Reproduced on:
  • [x] Android

Description

In android when you make an outgoing call it shows the system call UI. Can we show custom call UI?

nileshtupe31 avatar Apr 28 '22 03:04 nileshtupe31

Hi @nileshtupe31, You have to use the self managed mode for that.

manuquentin avatar Apr 28 '22 11:04 manuquentin

I am react native developer not android so maybe noob question: I turn on self managed mode and I am able show my UI when app is in foreground using showIncomingCallUi is fired and i show in RN modal with incoming call data. But when app is killed i get background notification about incoming call and call RNCallKeep.displayIncomingCall(...); but my RN modal is not available in this time correct ? (I dont see my UI) so how to show my custom UI if react-native is not ready yet ?

iim-norse avatar Jan 20 '23 15:01 iim-norse

same question

OguzEkinci avatar May 20 '23 12:05 OguzEkinci