Updated on 2022-07-04 GMT+08:00

Event of Verifying Configuration Enabling

When the enterprise administrator enables the push configuration on the Management Platform, the Huawei Cloud Meeting server sends a verification event message to the callback URL of enterprise developers and verifies the verification response returned by the third-party system. If the verification is successful, the configuration is enabled. Otherwise, the configuration fails to be enabled.

For details about request parameters, see Table 1.

For details about response parameters, see Table 5.

Example of Enabling Verification

Request

POST /openapi/meetingevent 
Date: Tue, 17 Dec 2019 09:32:47 GMT
Content-Type: application/json;charset=UTF-8
Connection: keep-alive
Pragma: No-cache
Cache-Control: no-cache
X-Request-ID: 539e8b710378987ffc5eb844b5e5c290

{
  "appID": "1988692299",
  "timestamp": 1629183619116,
  "nonce": "85262798",
  "signature": "262ccb5f8854f824c41ea5854ba1798bfa850706fbc85b2be9fd7535ed6b8ff3",
  "eventInfo": {
	"event": "meeting.verify",
	"timestamp": 1629183619116
  }
}

Response

HTTP/1.1 200 
Date: Tue, 17 Dec 2019 09:32:47 GMT
Content-Type: application/json;charset=UTF-8
Connection: keep-alive
X-Request-ID: 539e8b710378987ffc5eb844b5e5c290
{
  "event":"meeting.verify",
  "nonce":"85262798"
}

The value of nonce in the response must be the same as that in the request. Otherwise, the configuration fails to be enabled.