baresip / baresip-android

Baresip for Android
BSD 3-Clause "New" or "Revised" License
42 stars 19 forks source link

Android unregister #34

Open magnatestech opened 4 years ago

magnatestech commented 4 years ago

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);