ConnectionService.AddConferenceFromConnection(Conference, Connection) Method

Definition

This is used to make a Connection become a Conference when the remote party merges calls together.

[Android.Runtime.Register("addConferenceFromConnection", "(Landroid/telecom/Conference;Landroid/telecom/Connection;)V", "", ApiSince=36)]
public void AddConferenceFromConnection(Android.Telecom.Conference conference, Android.Telecom.Connection originalConnection);
[<Android.Runtime.Register("addConferenceFromConnection", "(Landroid/telecom/Conference;Landroid/telecom/Connection;)V", "", ApiSince=36)>]
member this.AddConferenceFromConnection : Android.Telecom.Conference * Android.Telecom.Connection -> unit

Parameters

conference
Conference

The new conference object.

originalConnection
Connection

The original connection object.

Attributes

Remarks

This is used to make a Connection become a Conference when the remote party merges calls together. In prior API revisions, the Connection would be disconnected and re-added as a Conference; this method accomplishes that in a single step and maintains attributes such as the call duration associated with the Connection.

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