linphone-swift-demo icon indicating copy to clipboard operation
linphone-swift-demo copied to clipboard

where is autoPickImcomingCall()

Open tribeAppMobile opened this issue 6 years ago • 3 comments

is it same with receive call ? i can't find autoPickImcomingCall method. and i just can find receiveCall(). and it's same with idleCall()

tribeAppMobile avatar Mar 15 '18 05:03 tribeAppMobile

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.

hamzaozturk avatar Dec 25 '19 13:12 hamzaozturk

Will this work even if app is in background state?

TusharSharma651 avatar Aug 26 '20 11:08 TusharSharma651

No, you need to implement voip push notification to get calls in the background.

hamzaozturk avatar Aug 26 '20 23:08 hamzaozturk