AgoraIO-Usecase / Video-Calling

Calling Interface + Connection Service on top of Agora RTM + RTC for Video Calling Example
MIT License
60 stars 43 forks source link

Unable to close callkit UI after VOIP Call has ended for iOS #48

Open mechdon opened 1 year ago

mechdon commented 1 year ago

Hi,

Developing from the sample, I was able to receive an incoming call notification after receiving the voip push. However, I was unable to close the CallKit UI properly at the end of the call, even though I used the same uuid for the endCall transaction as I did for the reportNewIncomingCall.

I'd appreciate if anyone can help. Thanks.