Updated on 2022-09-26 GMT+08:00

Example 3: Meeting Recording

Scenarios

Call APIs to record a meeting.

Service Process

Figure 1 Meeting recording process
  1. A third-party application transfers the initialized parameters of the meeting to schedule, such as the meeting type, participant details, status of automatic recording, and recording type.
  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 meeting details, including the meeting ID, to the third-party application.
  6. If the automatic recording function is not enabled when the meeting is scheduled, the third-party application sends a request to API Gateway to start or stop recording.
  7. API Gateway sends a request to start or stop recording to Huawei Cloud Meeting Management Platform. When receiving the request, Huawei Cloud Meeting Management Platform starts or stops recording.
  8. After the recording is completed, the third-party application sends a request to API Gateway to end the meeting.
  9. API Gateway sends a request to end the meeting to Huawei Cloud Meeting Management Platform, which then ends the meeting.
  10. To obtain the meeting UUID, the third-party application sends a request to API Gateway to query the historical meeting list.
  11. API Gateway sends a request to Huawei Cloud Meeting Management Platform to query the historical meeting list.
  12. After the historical meeting list is obtained, Huawei Cloud Meeting Management Platform returns the result to API Gateway.
  13. API Gateway returns the received historical meeting details, including the meeting UUID, to the third-party application. The meeting UUID can be used for querying recording files.
  14. To view and download recording files, the third-party application sends a request to API Gateway to query recording files.
  15. API Gateway sends a request to Huawei Cloud Meeting Management Platform to query recording files.
  16. After the recording files are obtained, Huawei Cloud Meeting Management Platform returns the recording file details to API Gateway.
  17. API Gateway returns the received recording files to the third-party application. The third-party application can view and download the recording files in the browser using the returned URL.