共用方式為


RemoteConnection.AddConferenceParticipants(IList<Uri>) 方法

定義

指示這會 RemoteConnection 以參與者清單起始會議。

[Android.Runtime.Register("addConferenceParticipants", "(Ljava/util/List;)V", "", ApiSince=31)]
public void AddConferenceParticipants (System.Collections.Generic.IList<Android.Net.Uri> participants);
[<Android.Runtime.Register("addConferenceParticipants", "(Ljava/util/List;)V", "", ApiSince=31)>]
member this.AddConferenceParticipants : System.Collections.Generic.IList<Android.Net.Uri> -> unit

參數

participants
IList<Uri>

將形成電話會議。

屬性

備註

指示這會 RemoteConnection 以參與者清單起始會議。

android.telecom.RemoteConnection.addConferenceParticipants(java.util.List<android.net.Uri>)Java 檔。

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

適用於