SipSession.Register(Int32) 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 registration to the server specified by the associated local profile.
[Android.Runtime.Register("register", "(I)V", "")]
public void Register (int duration);
[<Android.Runtime.Register("register", "(I)V", "")>]
member this.Register : int -> unit
Parameters
- duration
- Int32
duration in second before the registration expires
- Attributes
Remarks
Performs registration to the server specified by the associated local profile. The session listener is called back upon success or failure of registration. The method is only valid to call when the session state is in State#READY_TO_CALL
.
Java documentation for android.net.sip.SipSession.register(int)
.
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.