Android background calls
Hi everyone,
We've faced some issue while using your linphone sdk for android v.9.
When application is closed after launched its not listening to any event, register state, signaling, etc..
Basically at onTaskRemoved func we have only this:
@Override public void onTaskRemoved(Intent rootIntent) { stopSelf(); super.onTaskRemoved(rootIntent); }
But anyway we can`t receive any call.
Can you please help us to stand out?
Thanks