flutter-webrtc / callkeep

iOS CallKit and Android ConnectionService for Flutter
MIT License
130 stars 139 forks source link

callkeep.answerincomingcall(uuid) not working on iOS #151

Open babbaraniket opened 1 year ago

babbaraniket commented 1 year ago

callkeep.answerincomingcall(uuid) not working on iOS. When I try to accept the call from my application, I have tried calling callkeep.setCurrentCallActive(uuid) or callkeep.answerincomingcall(uuid) but none of them is working for me. The native call screen still shows incoming call when I accept the call from my application. Can anybody please help if there is a way to answer the incoming call from the application? TIA

fasikawsow commented 1 year ago

@babbaraniket Do you receive incoming call screen when the app is in the background?

alexzh16 commented 1 year ago

callkeep.answerincomingcall(uuid) not working on iOS. When I try to accept the call from my application, I have tried calling callkeep.setCurrentCallActive(uuid) or callkeep.answerincomingcall(uuid) but none of them is working for me. The native call screen still shows incoming call when I accept the call from my application. Can anybody please help if there is a way to answer the incoming call from the application? TIA

i has the same questions. On the CallKepp current version is not working on iOs setCurrentCallActive. This only for Android Method, as answerincomingcall too. For iOs i not finding on the code implementation for iOs unfortunately.