ConnectionService.OnConference(Connection, 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.
Conference two specified connections.
[Android.Runtime.Register("onConference", "(Landroid/telecom/Connection;Landroid/telecom/Connection;)V", "GetOnConference_Landroid_telecom_Connection_Landroid_telecom_Connection_Handler", ApiSince=23)]
public virtual void OnConference (Android.Telecom.Connection? connection1, Android.Telecom.Connection? connection2);
[<Android.Runtime.Register("onConference", "(Landroid/telecom/Connection;Landroid/telecom/Connection;)V", "GetOnConference_Landroid_telecom_Connection_Landroid_telecom_Connection_Handler", ApiSince=23)>]
abstract member OnConference : Android.Telecom.Connection * Android.Telecom.Connection -> unit
override this.OnConference : Android.Telecom.Connection * Android.Telecom.Connection -> unit
Parameters
- connection1
- Connection
A connection to merge into a conference call.
- connection2
- Connection
A connection to merge into a conference call.
- Attributes
Remarks
Conference two specified connections. Invoked when the user has made a request to merge the specified connections into a conference call. In response, the connection service should create an instance of Conference
and pass it into #addConference
.
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.