This repository was archived by the owner on May 26, 2019. It is now read-only.

Description
Hey, thanks for the package.
I am seeing a couple of different issues while using the library.
- It seems that actions are not always fulfilled or called. Sometimes after
CallKit.endCall
the phone still thinks there is a call active and gets confused.
CallKit.displayIncomingCall
often it will instantly flash the ui as an overlay and then show the app, and then show the actual overlay. This can also be seen by the many triggers of AppState
changes.
AVAudioSession
It is not clear to me how this works together with pjsip
. Also it seems that the created audio session is not destroyed.
- Trying to end a call after
CallKit.displayIncomingCall
sometimes does nothing. Even though the uuids are the same.