Hi,
We are using WCS 1.0.1.35 for Android and we have noticed that when a call is finished in some devices (Xiaomi) an annoying inapp notification appears:
"A Call is in progress. You can only adjust call volume"
and this notification sometimes can't be closed...
To end a call we run the methods:
call.hangup();
session.disconnect();
Also tested with wcs-android-sdk-1.1.0.16-release.
What can we do in order to not show this notification?
Thanks in advance
We are using WCS 1.0.1.35 for Android and we have noticed that when a call is finished in some devices (Xiaomi) an annoying inapp notification appears:
"A Call is in progress. You can only adjust call volume"
and this notification sometimes can't be closed...
To end a call we run the methods:
call.hangup();
session.disconnect();
Also tested with wcs-android-sdk-1.1.0.16-release.
What can we do in order to not show this notification?
Thanks in advance