ConnectionService.ConferenceRemoteConnections 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示指定的 應該合併為電話會議的相關 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 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。