I'm customising the Call Activity to be able to use my own UI controls during calls.
On iOS it works just fine. I added my AppDelegate as IncomingListener and when the framework calls OnShowUserInterface
I return true and then I show my custom UI.
On Android I did the same in MainApplication.java but the function OnShowUserInterface
doesn't get called.
I can confirm that I set the listener correctly because this function of the listener gets called correctly
public MesiboCall.CallProperties MesiboCall_OnIncoming(MesiboProfile mesiboProfile, boolean b)
but not the one I'm interested in.
mesibo-calls framework version: 1.9.53