baresip/baresip-android

Android unregister

Opened this issue · 0 comments

Not able to release ( Unregister / Deactivate ) sip number from android app.
I am using below code to deactivate sip account.

String uri = ""; // SIP Account URL
String ua = Api.ua_alloc(uri);
Api.ua_unregister(ua);