ConnectionService.ConferenceRemoteConnections 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示指定 s 应合并为电话会议的相关RemoteConnectionService
RemoteConnection
内容。
[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 应合并为电话会议的相关RemoteConnectionService
RemoteConnection
内容。
如果会议请求成功,将调用该方法 #onRemoteConferenceAdded
。
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。