Conference room aliases are to simplify the experience for a caller joining a conference. Aliases can be associated with the role of the caller in the conference (e.g. Chairperson or Participant). Content-Type: application/vnd.plcm.plcm-conference-room-alias+xml
Name | Type | Description | Attributes |
---|---|---|---|
alias | Alias | Unique alias for the conference room. If left blank, an alias will be generated. If supplied, the alias must be unique. | |
conference-role | ConferenceRole | Role with which alias will be associated. | Mandatory |
Name | Type | Restrictions |
---|---|---|
ConferenceRole | xs:string | Value must be one of:
|
Alias | T0 | Length of value must be >=0 Length of value must be <=128 |
T0 | xs:string | Pattern of value must match the regular expression [0-9a-zA-Z~!@$%\*_\-\+={}\[\]\\/?\. ]* |