This object specifies default values for conference room. Content-Type: application/vnd.plcm.plcm-conference-room-defaults+xml
Name | Type | Description | Attributes |
---|---|---|---|
atomLinkList | List of link | See Definition of link | |
conference-template-name | ConferenceTemplateName | A meaningful name for the conference template (up to 50 characters). | Mandatory |
max-participants | 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 |
duration-in-minutes | 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 |
territory-name | xs:string | The name of the territory to which this conference room is assigned. | Mandatory |
svc-only-territory-name | xs:string | The name of the svc only territory to which this conference room is assigned. | |
mcu-pool-order-name | xs:string | Name of the MCU pool order. | Mandatory |
first-caller-mcu-affinity | xs:boolean | If the first caller's site contains MCUs in the designated MCU pool order, start the conference on one of them. | Mandatory |
resource-priority-namespace | 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 |
resource-priority-value | 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 |
chairperson-code | ChairpersonCode | The code entered by the chairperson to chair the meeting in this conference room. | Mandatory |
conference-code | ConferenceCode | The code required to enter this conference room. | Mandatory |
conf-room-publishable | xs:boolean | Whether this conference room is publishable on Lync systems. | Mandatory |
entity-tag | 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 | xs:string | Length of value must be >=1 Length of value must be <=64 |
ConferenceCode | T0 | Length of value must be >=1 Length of value must be <=16 |
ChairpersonCode | T1 | Length of value must be >=1 Length of value must be <=16 |
ResourcePriorityValue | xs:string | Length of value must be >=1 Length of value must be <=64 |
ResourcePriorityNamespace | xs:string | Length of value must be >=1 Length of value must be <=64 |
DurationInMinutes | xs:int | |
MaxParticipants | xs:int | |
ConferenceTemplateName | xs:string | Length of value must be >=1 Length of value must be <=50 |
T0 | xs:string | Pattern of value must match the regular expression \d+ |
T1 | xs:string | Pattern of value must match the regular expression \d+ |