Showing custom call UI for Android
- 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?
Hi @nileshtupe31, You have to use the self managed mode for that.
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 ?
same question