Share via


RemoteConference.Callback.OnConferenceableConnectionsChanged Method

Definition

Invoked when the set of RemoteConnections which can be added to this conference call have changed.

[Android.Runtime.Register("onConferenceableConnectionsChanged", "(Landroid/telecom/RemoteConference;Ljava/util/List;)V", "GetOnConferenceableConnectionsChanged_Landroid_telecom_RemoteConference_Ljava_util_List_Handler", ApiSince=23)]
public virtual void OnConferenceableConnectionsChanged (Android.Telecom.RemoteConference conference, System.Collections.Generic.IList<Android.Telecom.RemoteConnection>? conferenceableConnections);
[<Android.Runtime.Register("onConferenceableConnectionsChanged", "(Landroid/telecom/RemoteConference;Ljava/util/List;)V", "GetOnConferenceableConnectionsChanged_Landroid_telecom_RemoteConference_Ljava_util_List_Handler", ApiSince=23)>]
abstract member OnConferenceableConnectionsChanged : Android.Telecom.RemoteConference * System.Collections.Generic.IList<Android.Telecom.RemoteConnection> -> unit
override this.OnConferenceableConnectionsChanged : Android.Telecom.RemoteConference * System.Collections.Generic.IList<Android.Telecom.RemoteConnection> -> unit

Parameters

conference
RemoteConference

The RemoteConference invoking this method.

conferenceableConnections
IList<RemoteConnection>

The list of conferenceable RemoteConnections.

Attributes

Remarks

Invoked when the set of RemoteConnections which can be added to this conference call have changed.

Java documentation for android.telecom.RemoteConference.Callback.onConferenceableConnectionsChanged(android.telecom.RemoteConference, java.util.List<android.telecom.RemoteConnection>).

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