flutterjanus/flutter_janus_client

iOS connectivity

Closed this issue · 6 comments

Call is not working if deivce is lock and we accept call

I am assuming you are referring to sip call, you need to use callkeep to implement call when app is not active

I'm already using callKeep but whenever iOS app is killed then iOS open their own call UI in that case it's not working

Are you able to recieve events from callkeep when call is received on ios when app is inactive?
Based on those events you need to intialize janus_client and setup webrtc negotiations and based on callkeep events such as callend or whatever we need to change state of janus_client etc.

I'm using flutter voip to handle incoming call in iOS

I am not sure about flutter voip but FCM, callkeep and janus_client should work without problems

Closing due to inactivity