0

I am working on a Linphone-Android application - and would like the voice calls to appear in the native UI/dialler (a la CallKit in iOS). I believe the two permissions are:

  1. InCallService
  2. ConnectionService

Has anyone done this before? Any tips/watchouts please?

Adrian Mole
  • 49,934
  • 160
  • 51
  • 83

1 Answers1

0

Yes, there is a prototype available on the feature/use_android_native_dialer of the linphone-android repository.

Viish
  • 434
  • 4
  • 12
  • Thanks @Viish. We did find that and worked with it. However, it seems to crash/stop when the call is disconnected. Any idea how to fix? – Qasim Shahed Jan 05 '21 at 14:05