ConnectionService.AddConferenceFromConnection(Conference, Connection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.