ConnectionService.ConferenceRemoteConnections 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.
Indicates to the relevant RemoteConnectionService
that the specified
RemoteConnection
s 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 RemoteConnection
s should be merged into a conference call.
If the conference request is successful, the method #onRemoteConferenceAdded
will be invoked.
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.