linphone-swift-demo
linphone-swift-demo copied to clipboard
where is autoPickImcomingCall()
is it same with receive call ? i can't find autoPickImcomingCall method. and i just can find receiveCall(). and it's same with idleCall()
You do not need to call any method to receive or accept any call. Being in idle state is enough. The call will be accepted automatically via callback if you check the line 44 in LinphoneManager.swift file.
Will this work even if app is in background state?
No, you need to implement voip push notification to get calls in the background.