Open sashker opened 1 year ago
In iOS 16.3.1 the same behaviour
The culprit is an incorrect UUID coming from the sip-ua. I don't know where it is coming from but when it isn't a real UUID - iOS code is not able to parse it and send further away. I'd implement an additional check up if uuid != nil because it looks very likely to pass some incorrect uuid.
Hello.
When I receive an incoming call, my app crashed with the next output:
I'm pretty sure that UUID is passed to _callKeep.displayIncomingCall(uuid, callerId,localizedCallerName: callerId, hasVideo: false); but nonetheless, the crash occurs somewhere deeper.
The Android version works well and shows/maintains an incoming call.