This object specifies default values for conference room. Content-Type: application/vnd.plcm.plcm-conference-room-defaults+xml
| Name | Type | Description | Attributes |
|---|---|---|---|
| atomLinkList | Array of Link | See Definition of Link | |
| conferenceTemplateName | ConferenceTemplateName | A meaningful name for the conference template (up to 50 characters). | Mandatory |
| maxParticipants | MaxParticipants | Maximum number (0-99) of callers allowed to join the conference. To specify the MCU's maximum, use -1. To specify the default conference settings, do not include the max-participants in the request. | Mandatory |
| durationInMinutes | DurationInMinutes | The number of minutes a conference is accessible. Duration is measured from the time the conference is started (joined by the first user). Note: 1. Integer value '-1' will set the conference room to be accessible for unlimited duration. 2. To specify the default conference settings, specify integer value '0' or do not include the duration-in-minutes in the request. | Mandatory |
| territoryName | string | The name of the territory to which this conference room is assigned. | Mandatory |
| svcOnlyTerritoryName | string | The name of the svc only territory to which this conference room is assigned. | |
| mcuPoolOrderName | string | Name of the MCU pool order. | Mandatory |
| firstCallerMcuAffinity | boolean | If the first caller's site contains MCUs in the designated MCU pool order, start the conference on one of them. | Mandatory |
| resourcePriorityNamespace | ResourcePriorityNamespace | Namespace parameter for the SIP Resource Priority header (namespace.value) for any SIP dial outs from the conference room. This is an optional value. | Mandatory |
| resourcePriorityValue | ResourcePriorityValue | Value parameter for the SIP Resource Priority header (namespace.value) for any SIP dial outs from the conference room. This is an optional value. | Mandatory |
| chairpersonCode | ChairpersonCode | The code entered by the chairperson to chair the meeting in this conference room. | Mandatory |
| conferenceCode | ConferenceCode | The code required to enter this conference room. | Mandatory |
| confRoomPublishable | boolean | Whether this conference room is publishable on Lync systems. | Mandatory |
| entityTag | EntityTag | The unique value generated from the server object instance. This value is the same value that MUST be applied to the HTTP Entity Tag (ETag) header for a single instance of this object. Client modification of this field is not allowed for this instance. |
| Name | Type | Restrictions |
|---|---|---|
| EntityTag | string | Length of value must be >=1 Length of value must be <=64 |
| ConferenceCode | Length of value must be >=1 Length of value must be <=16 | |
| ChairpersonCode | Length of value must be >=1 Length of value must be <=16 | |
| ResourcePriorityValue | string | Length of value must be >=1 Length of value must be <=64 |
| ResourcePriorityNamespace | string | Length of value must be >=1 Length of value must be <=64 |
| DurationInMinutes | int | |
| MaxParticipants | int | |
| ConferenceTemplateName | string | Length of value must be >=1 Length of value must be <=50 |
| T0 | string | Pattern of value must match the regular expression \d+ |
| T1 | string | Pattern of value must match the regular expression \d+ |