ConnectionService.CreateRemoteOutgoingConference 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.
Ask some other ConnectionService
to create a RemoteConference
given an
outgoing request.
[Android.Runtime.Register("createRemoteOutgoingConference", "(Landroid/telecom/PhoneAccountHandle;Landroid/telecom/ConnectionRequest;)Landroid/telecom/RemoteConference;", "", ApiSince=31)]
public Android.Telecom.RemoteConference? CreateRemoteOutgoingConference (Android.Telecom.PhoneAccountHandle? connectionManagerPhoneAccount, Android.Telecom.ConnectionRequest? request);
[<Android.Runtime.Register("createRemoteOutgoingConference", "(Landroid/telecom/PhoneAccountHandle;Landroid/telecom/ConnectionRequest;)Landroid/telecom/RemoteConference;", "", ApiSince=31)>]
member this.CreateRemoteOutgoingConference : Android.Telecom.PhoneAccountHandle * Android.Telecom.ConnectionRequest -> Android.Telecom.RemoteConference
Parameters
- connectionManagerPhoneAccount
- PhoneAccountHandle
See description at
#onCreateOutgoingConnection(PhoneAccountHandle, ConnectionRequest)
.
- request
- ConnectionRequest
Details about the outgoing conference call.
Returns
The RemoteConference
object to satisfy this call, or null
to not
handle the call.
- Attributes
Remarks
Ask some other ConnectionService
to create a RemoteConference
given an outgoing request. This is used by ConnectionService
s that are registered with PhoneAccount#CAPABILITY_ADHOC_CONFERENCE_CALLING
.
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.