SipSession.Unregister Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performs unregistration to the server specified by the associated local profile.
[Android.Runtime.Register("unregister", "()V", "")]
public void Unregister ();
[<Android.Runtime.Register("unregister", "()V", "")>]
member this.Unregister : unit -> unit
- Attributes
Remarks
Performs unregistration to the server specified by the associated local profile. Unregistration is technically the same as registration with zero expiration duration. The session listener is called back upon success or failure of unregistration. The method is only valid to call when the session state is in State#READY_TO_CALL
.
Java documentation for android.net.sip.SipSession.unregister()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.