For the following code in pjsip.js
endpoint.on("call_received", (call) => {
dispatch(onCallReceived(call))
})
In Android, pjsip module still can receive incoming call while in background mode.
But, in IOS the event callback not fires. Still after i click the apps in IOS, then the incoming call will be received. Are there any setting have to be configured in iOS ? I have add the voip string in info.plist background UI.
Any solution ?