Share via


CarrierConfigManager.KeyIsImsConferenceSizeEnforcedBool Field

Definition

Determines whether a maximum size limit for IMS conference calls is enforced on the device.

[Android.Runtime.Register("KEY_IS_IMS_CONFERENCE_SIZE_ENFORCED_BOOL", ApiSince=26)]
public const string KeyIsImsConferenceSizeEnforcedBool;
[<Android.Runtime.Register("KEY_IS_IMS_CONFERENCE_SIZE_ENFORCED_BOOL", ApiSince=26)>]
val mutable KeyIsImsConferenceSizeEnforcedBool : string

Field Value

Attributes

Remarks

Determines whether a maximum size limit for IMS conference calls is enforced on the device. When true, IMS conference calls will be limited to at most #KEY_IMS_CONFERENCE_SIZE_LIMIT_INT participants. When false, no attempt is made to limit the number of participants in a conference (the carrier will raise an error when an attempt is made to merge too many participants into a conference).

Note: The maximum size of a conference can ONLY be supported where #KEY_SUPPORT_IMS_CONFERENCE_EVENT_PACKAGE_BOOL is true since the platform needs conference event package data to accurately know the number of participants in the conference.

Java documentation for android.telephony.CarrierConfigManager.KEY_IS_IMS_CONFERENCE_SIZE_ENFORCED_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