Language

CarrierConfigManager.KeySupportMultiPartyAnchorConferenceBool Field

Definition

Determine whether multi-party anchor conference calls are supported by a carrier.

[Android.Runtime.Register("KEY_SUPPORT_MULTI_PARTY_ANCHOR_CONFERENCE_BOOL", ApiSince=37)]
public const string KeySupportMultiPartyAnchorConferenceBool;
[<Android.Runtime.Register("KEY_SUPPORT_MULTI_PARTY_ANCHOR_CONFERENCE_BOOL", ApiSince=37)>]
val mutable KeySupportMultiPartyAnchorConferenceBool : string

Field Value

Attributes

Remarks

Determine whether multi-party anchor conference calls are supported by a carrier. When true, merging a locally hosted conference call with a remotely hosted conference into a multi-party anchor conference call is permitted, false otherwise.

Android reference for android.telephony.CarrierConfigManager.KEY_SUPPORT_MULTI_PARTY_ANCHOR_CONFERENCE_BOOL.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to