Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c8bc7b9 authored by Tyler Gunn's avatar Tyler Gunn Committed by Automerger Merge Worker
Browse files

Merge "Update API docs for "is_ims_conference_size_enforced_bool" key." am:...

Merge "Update API docs for "is_ims_conference_size_enforced_bool" key." am: be88f1fa am: 5a6034c2 am: 7aeb5707 am: b0dd5750 am: e81d4ffc

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1853625

Change-Id: I0053e9a6af61e5c69eee3618ac0eaa6438860fc0
parents 0ffc70d1 e81d4ffc
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -1319,9 +1319,14 @@ public class CarrierConfigManager {
    /**
     * Determines whether a maximum size limit for IMS conference calls is enforced on the device.
     * When {@code true}, IMS conference calls will be limited to at most
     * {@link #KEY_IMS_CONFERENCE_SIZE_LIMIT_INT} participants.  When {@code 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).
     * {@link #KEY_IMS_CONFERENCE_SIZE_LIMIT_INT} participants.  When {@code 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).
     * <p>
     * Note: The maximum size of a conference can ONLY be supported where
     * {@link #KEY_SUPPORT_IMS_CONFERENCE_EVENT_PACKAGE_BOOL} is {@code true} since the platform
     * needs conference event package data to accurately know the number of participants in the
     * conference.
     */
    public static final String KEY_IS_IMS_CONFERENCE_SIZE_ENFORCED_BOOL =
            "is_ims_conference_size_enforced_bool";