You are not logged in.
StartMeeting
This API is used to activate a meeting using the meeting ID and host password.
Name | Type | IN | Mandatory | Description |
---|---|---|---|---|
X-Access-Token | string | header | Yes | Token authentication. Use the value of accessToken in the response to the request for [Authenticating an App ID]. |
Name | Type | Mandatory | Description |
---|---|---|---|
conferenceID | string | Yes | Meeting ID. |
password | string | Yes | Host password. |
Operation successful.
Name | Type | Description |
---|---|---|
uuid | string | UUID of the meeting host. |
regionIP | string | Public IP address of the region. |
Server internal error
Name | Type | Description |
---|---|---|
error_code | string | Service return error code.
|
error_msg | string | error message. |
request_id | string | Request ID. |
"POST https://{endpoint}/v1/mmc/management/conferences/start"
{
"conferenceID": "987495910",
"password": "123456"
}