Share via


CarrierConfigManager.KeyImsConferenceSizeLimitInt Field

Definition

Determines the maximum number of participants the carrier supports for a conference call.

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

Field Value

Attributes

Remarks

Determines the maximum number of participants the carrier supports for a conference call. This number is exclusive of the current device. A conference between 3 devices, for example, would have a size limit of 2 participants. Enforced when #KEY_IS_IMS_CONFERENCE_SIZE_ENFORCED_BOOL is true.

Java documentation for android.telephony.CarrierConfigManager.KEY_IMS_CONFERENCE_SIZE_LIMIT_INT.

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