SipAudioCall.IsInCall Property

Definition

Checks if the call is established.

public virtual bool IsInCall { [Android.Runtime.Register("isInCall", "()Z", "GetIsInCallHandler")] get; }
[<get: Android.Runtime.Register("isInCall", "()Z", "GetIsInCallHandler")>]
member this.IsInCall : bool

Property Value

true if the call is established

Attributes

Remarks

Checks if the call is established.

Java documentation for android.net.sip.SipAudioCall.isInCall().

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