I follow the method as discussing in this thread. and get through the problem which was boring me for some days.
I think you can try just await the "reportNewIncomingConversation" like:
try await self.mgr.reportNewIncomingConversation(uuid: self.currentCallId, update: update)
instead of run it in a Task. I do in this way and it woks well now.
Topic:
App & System Services
SubTopic:
General
Tags: