You are not logged in.
InviteParticipant
This API is used to invite participants to a meeting.
Name | Type | IN | Mandatory | Description |
---|---|---|---|---|
X-Conference-Authorization | string | header | Yes | Meeting control token, which is obtained through the API for [obtaining a meeting control token]. |
conferenceID | string | query | Yes | Meeting ID. |
Name | Type | Mandatory | Description |
---|---|---|---|
attendees | Array of Attendee objects | Yes | Attendee list. |
Name | Type | Mandatory | Description |
---|---|---|---|
userUUID | string | No | Participant UUID. |
accountId | string | No | Participant account, which is compatible with terminals of earlier versions. If userUUID is not specified, Huawei Cloud Meeting Management Platform queries the participant using accountId. |
name | string | Yes | Participant name or alias. The value can contain up to 96 characters. |
role | integer | No | Participant role in the meeting.
|
phone | string | Yes | Phone number. (Both the SIP and tel number formats are supported.) The value can contain up to 127 characters. phone, email, or sms must be specified. If type is set to telepresence and the device used to join the meeting is a triple-screen telepresence, set this parameter to the middle screen number. |
phone2 | string | No | Reserved field. The value types are the same as those of the phone parameter. If type is set to telepresence and the device used to join the meeting is a triple-screen telepresence, set this parameter to the left screen number. |
phone3 | string | No | Reserved field. The value types are the same as those of the phone parameter. If type is set to telepresence and the device used to join the meeting is a triple-screen telepresence, set this parameter to the right screen number. |
email | string | No | Email address. The value can contain up to 255 characters. phone, email, or sms must be specified. (No notification is sent to participants invited during the meeting.) |
sms | string | No | Mobile number for receiving SMS notifications. The value can contain up to 32 characters. phone, email, or sms must be specified. (No notification is sent to participants invited during the meeting.) |
type | string | Yes | The default value is defined by the Huawei Cloud Meeting server. The enumerated values are as follows:
|
deptUUID | string | No | Department ID. The value can contain up to 64 characters. |
deptName | string | No | Department name. The value can contain up to 128 characters. |
Operation successful.
Server internal error.
Name | Type | Description |
---|---|---|
error_code | string | error code.
|
error_msg | string | error message. |
"POST https://{endpoint}/v1/mmc/control/conferences/participants?conferenceID=914067448"
{
"attendees": [
{
"name": "Shanghai Site",
"phone": "+991116140865",
"type": "normal",
"userUUID": "2b8a5f38411d459ebacb8ef8ea32ed27"
}
]
}
Server internal error.
{
"error_code": "MMC.111072065",
"error_msg": "CONF_NOT_FOUND_OR_AUTH_FAILED"
}