Share via


Connection.SetConferenceableConnections(IList<Connection>) Method

Definition

Sets the connections with which this connection can be conferenced.

[Android.Runtime.Register("setConferenceableConnections", "(Ljava/util/List;)V", "", ApiSince=23)]
public void SetConferenceableConnections (System.Collections.Generic.IList<Android.Telecom.Connection>? conferenceableConnections);
[<Android.Runtime.Register("setConferenceableConnections", "(Ljava/util/List;)V", "", ApiSince=23)>]
member this.SetConferenceableConnections : System.Collections.Generic.IList<Android.Telecom.Connection> -> unit

Parameters

conferenceableConnections
IList<Connection>

The set of connections this connection can conference with.

Attributes

Remarks

Sets the connections with which this connection can be conferenced.

Java documentation for android.telecom.Connection.setConferenceableConnections(java.util.List<android.telecom.Connection>).

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