Call.IsRttActive Property

Definition

Returns whether this call has an active RTT connection.

public bool IsRttActive { [Android.Runtime.Register("isRttActive", "()Z", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("isRttActive", "()Z", "", ApiSince=26)>]
member this.IsRttActive : bool

Property Value

true if there is a connection, false otherwise.

Attributes

Remarks

Returns whether this call has an active RTT connection.

Java documentation for android.telecom.Call.isRttActive().

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