Share via


SipSession.State.ReadyToCall Field

Definition

When session is ready to initiate a call or transaction.

[Android.Runtime.Register("READY_TO_CALL")]
public const Android.Net.Sip.SipSessionState ReadyToCall = 0;
[<Android.Runtime.Register("READY_TO_CALL")>]
val mutable ReadyToCall : Android.Net.Sip.SipSessionState

Field Value

Value = 0
Attributes

Remarks

When session is ready to initiate a call or transaction.

Java documentation for android.net.sip.SipSession.State.READY_TO_CALL.

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.

Applies to