共用方式為


ConnectionService.ConferenceRemoteConnections 方法

定義

表示指定的 應該合併為電話會議的相關 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

會議遠程連線的第二個。

屬性

備註

表示指定的 應該合併為電話會議的相關 RemoteConnectionService RemoteConnection

如果會議要求成功,則會叫用 方法 #onRemoteConferenceAdded

android.telecom.ConnectionService.conferenceRemoteConnections(android.telecom.RemoteConnection, android.telecom.RemoteConnection)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於