Skip to content

Display the "no camera" image when receiving an incoming call if the phone is locked

Move the currentCallContextBeforeGoingBackground from LinphoneManager to CallManager. When answering a callkit call, if app is not on foreground, disable the camera and save the call context in the CallManager to re-enable it when we return to foreground.

Merge request reports