single calling accept option missing in azure sdk and video calls is not working if the app is in background

Kiran Varghese 6 Reputation points
2021-10-01T05:39:52.053+00:00

In android 'com.azure.android:azure-communication-calling' , videocall call was automatically taken in single mode.No accept call option or method is there.
Azure calls not work when app is in background

private void handleIncomingCall() {
callAgent.addOnIncomingCallListener((incomingCall) -> {
this.incomingCall = incomingCall;
Executors.newCachedThreadPool().submit(this::answerIncomingCall);
});
}

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
694 questions
{count} vote