Closed deepaksuthar23086 closed 2 weeks ago
did you manage to fix this ?
it's working, I solved this issue
help me fix this issues, same uuid but Error requesting transaction: Error Domain=com.apple.CallKit.error.requesttransaction Code=4 "(null)"
There is a reason for the call end function not working. The uuid we are sending is wrong, Please take call details from activeCall() function. Get current call uuid from call details, After that pass it in uuid endcall() function and then see what is the result.
It works correctly on the first call, but on the second and subsequent calls, it always encounters an error. I tried using FlutterCallkitIncoming.endAllCalls();, but it still didn’t work.
it's working, I solved this issue. Because i use jitsit
wow, that good
while accept call from background and trying to end call from custom screen then endcall is not working and throwing following errors (IOS) Error requesting transaction: Error Domain=com.apple.CallKit.error.requesttransaction Code=4 "(null)"
i am using this method to end call await FlutterCallkitIncoming.endCall(id);