Sinch - callDidEstablish
is not getting called on Lock screen while answering call from CallKit.
I have integrated CallKit
but answering call from Lock screen sinch call delegate method is not getting called to establish call.
I also went through iOS Sinch Document
it says :-
Invoking -[SINCall answer] while being in the background is possible. The call is not immediately answered but the operation is considered pending and the call answered once the app returns to the foreground.
Is there any way to establish call on answering it from Lock screen.
Thanks in Advance.