A participant in a reservation.
Name | Type | Description | Attributes |
---|---|---|---|
username | Username | The user's login name. Modification of this field is not allowed. A domain and username combination uniquely identifies a user. | |
domain | Domain | The domain associated with the user. All users added manually to the system are in the LOCAL domain. Modification of this field is not allowed. | |
participant-name | ParticipantName | Participant name. | Mandatory |
connection-type-enum | ConnectionTypeEnum | Method which this participant is connected into conference. | |
dial-direction-enum | DialDirectionEnum | The dial direction from the user's perspective: DIAL_OUT the user is called, DIAL_IN the user makes the call | Mandatory |
dial-number | DialNumber | It is required that dial number must match to selected connection-type-enum. If the connection type is H323, the dial number must be IP address; if it is SIP, the dial number must be SIP URI; if it is H323_E614, the dial number must be E164 number; if it is H323_ID, the dial number must be H323 alias; if it is H323_ANNEX_O, the dial number must be H323 url | |
chairperson | xs:boolean | Indicates whether this participant is a chairperson. Chairpersons have greater privileges than other participants. | Mandatory |
conf-owner | xs:boolean | Indicates whether this participant is the conference owner. | Mandatory |
email-address | EmailAddress | Participant's email address | |
user-type-enum | UserTypeEnum | Applied to RPRM. Indicates the user type of user, GUEST is temporary guest, GUESTBOOK is the guest that exists in guest book. If not set, USER is set when both domain and username exist , GUESR is set when domain and username not exist. | |
mode-enum | ModeEnum | Applied to RPRM. Indicates the mode of user. If not set, VIDEO is the default value. | |
bit-rate-enum | BitRateEnum | ||
device-id | DeviceId | Applied to RPRM. Indicates the device of user. If set, server will check whether this device is associated with participant, and check whether connection-type-enum and dial-number are associated with this device also. |
Name | Type | Restrictions |
---|---|---|
DeviceId | xs:string | Length of value must be >=0 Length of value must be <=11 |
BitRateEnum | xs:string | Value must be one of:
|
ModeEnum | xs:string | Value must be one of:
|
UserTypeEnum | xs:string | Value must be one of:
|
EmailAddress | xs:string | Length of value must be >=1 Length of value must be <=128 |
DialNumber | xs:string | Length of value must be >=1 Length of value must be <=128 |
DialDirectionEnum | xs:string | Value must be one of:
|
ConnectionTypeEnum | xs:string | Value must be one of:
|
ParticipantName | xs:string | Length of value must be >=1 Length of value must be <=50 |
Domain | xs:string | Length of value must be >=0 |
Username | T0 | Length of value must be >=0 Length of value must be <=128 |
T0 | xs:string | Pattern of value must match the regular expression [^^/\\\[\]:;\|=\+\*\?@<>"]* |