ConnectionService.ConferenceRemoteConnections 方法

定义

指示指定 s 应合并为电话会议的相关RemoteConnectionServiceRemoteConnection内容。

[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

参数

remoteConnection1
RemoteConnection

与会议建立的第一个远程连接。

remoteConnection2
RemoteConnection

与会议的远程连接的第二个。

属性

注解

指示指定 s 应合并为电话会议的相关RemoteConnectionServiceRemoteConnection内容。

如果会议请求成功,将调用该方法 #onRemoteConferenceAdded

适用于 . 的 android.telecom.ConnectionService.conferenceRemoteConnections(android.telecom.RemoteConnection, android.telecom.RemoteConnection)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于