Call.ConferenceableCalls Property

Definition

Returns the list of Calls with which this Call is allowed to conference.

public System.Collections.Generic.IList<Android.Telecom.Call>? ConferenceableCalls { [Android.Runtime.Register("getConferenceableCalls", "()Ljava/util/List;", "", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getConferenceableCalls", "()Ljava/util/List;", "", ApiSince=23)>]
member this.ConferenceableCalls : System.Collections.Generic.IList<Android.Telecom.Call>

Property Value

The list of conferenceable Calls.

Attributes

Remarks

Returns the list of Calls with which this Call is allowed to conference.

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

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