共用方式為


PhoneAccount.CapabilityAdhocConferenceCalling 欄位

定義

警告

This constant will be removed in the future version. Use Android.Telecom.PhoneAccountCapability enum directly instead of this field.

藉由提供位址清單,TelecomManager#startConference(List<Uri>, int videoState)ConnectionService負責將所有指示的參與者同時連線到會議,以建立臨機操作的電話會議。

[Android.Runtime.Register("CAPABILITY_ADHOC_CONFERENCE_CALLING", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.PhoneAccountCapability enum directly instead of this field.", true)]
public const Android.Telecom.PhoneAccountCapability CapabilityAdhocConferenceCalling = 16384;
[<Android.Runtime.Register("CAPABILITY_ADHOC_CONFERENCE_CALLING", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.PhoneAccountCapability enum directly instead of this field.", true)>]
val mutable CapabilityAdhocConferenceCalling : Android.Telecom.PhoneAccountCapability

欄位值

Value = 16384

實作

屬性

備註

藉由提供位址清單,TelecomManager#startConference(List<Uri>, int videoState)ConnectionService負責將所有指示的參與者同時連線到會議,以建立臨機操作的電話會議。 這與將通話合併在一起(例如使用 android.telecom.Call#mergeConference())所形成的會議形成相反。

android.telecom.PhoneAccount.CAPABILITY_ADHOC_CONFERENCE_CALLINGJava 檔。

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

適用於