Aracılığıyla paylaş


ConnectionService.ConferenceRemoteConnections Method

Definition

Indicates to the relevant RemoteConnectionService that the specified RemoteConnections should be merged into a conference call.

[Android.Runtime.Register("conferenceRemoteConnections", "(Landroid/telecom/RemoteConnection;Landroid/telecom/RemoteConnection;)V", "", ApiSince=23)]
public void ConferenceRemoteConnections (Android.Telecom.RemoteConnection? remoteConnection1, Android.Telecom.RemoteConnection? remoteConnection2);
[<Android.Runtime.Register("conferenceRemoteConnections", "(Landroid/telecom/RemoteConnection;Landroid/telecom/RemoteConnection;)V", "", ApiSince=23)>]
member this.ConferenceRemoteConnections : Android.Telecom.RemoteConnection * Android.Telecom.RemoteConnection -> unit

Parameters

remoteConnection1
RemoteConnection

The first of the remote connections to conference.

remoteConnection2
RemoteConnection

The second of the remote connections to conference.

Attributes

Remarks

Indicates to the relevant RemoteConnectionService that the specified RemoteConnections should be merged into a conference call.

If the conference request is successful, the method #onRemoteConferenceAdded will be invoked.

Java documentation for android.telecom.ConnectionService.conferenceRemoteConnections(android.telecom.RemoteConnection, 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