Help Center> Meeting> Server API Reference> Meeting Control> Examples> Example 2: Video Meeting Control
Updated on 2022-07-04 GMT+08:00

Example 2: Video Meeting Control

Scenarios

Call APIs to control a video meeting.

Service Process

Figure 1 Video meeting control process

  1. A third-party application transfers the initialized parameters of the meeting to schedule, such as the meeting type (video) and participant details.
  2. The third-party application sends a meeting scheduling request to API Gateway and transfers the initialized parameters.
  3. API Gateway sends a meeting scheduling request to Huawei Cloud Meeting Management Platform.
  4. After the meeting is scheduled, Huawei Cloud Meeting Management Platform returns the meeting details to API Gateway.
  5. API Gateway returns the received token to the third-party application.
  6. To obtain the meeting control token, the third-party application sends a request to API Gateway to log in to the meeting control system using the meeting ID and password.
  7. API Gateway sends a request to Huawei Cloud Meeting Management Platform to obtain the meeting control token.
  8. The third-party application obtains the meeting control token, which will be invoked by video meeting control APIs later.
  9. To obtain participant IDs, the third-party application sends a request to API Gateway to query the meeting site details.
  10. API Gateway sends a request to Huawei Cloud Meeting Management Platform to query the site details.
  11. The third-party application obtains the participant IDs, which will be invoked by video meeting control APIs later.
  12. The third-party application calls the corresponding video meeting control APIs, and then sends a request to API Gateway to end the meeting.

    The video meeting control APIs shown from steps 12 to 19 in the preceding figure can be called in any sequence.

  13. API Gateway sends a request to end the meeting to Huawei Cloud Meeting Management Platform, which then ends the meeting.