Help Center> Meeting> Developer Guide> Openness of Huawei Cloud Meeting
Updated on 2022-07-19 GMT+08:00

Openness of Huawei Cloud Meeting

Introduction

Both Huawei Cloud Meeting server and clients are open and available for integration. You can integrate diverse capabilities of Huawei Cloud Meeting in the following three ways:

  • Server integration: Huawei Cloud Meeting provides open REST APIs for enterprise, user, corporate directory, and meeting management, meeting control, and dashboard. Third-party service systems (including service backends and terminal apps) can call related APIs to implement their own service logic.
  • Client SDK integration: Developers can use the open client SDK of Huawei Cloud Meeting to integrate capabilities such as creating and joining meetings as well as performing meeting control. The SDK has integrated the in-meeting UI. Third-party applications only need to call a few APIs to integrate video capabilities of Huawei Cloud Meeting into their applications.
  • Client scheme integration: Third-party applications (including web pages and terminal apps) can use parameters defined in URL protocol to directly start the Huawei Cloud Meeting client and join meetings.
    Figure 1 Integrating Huawei Cloud Meeting capabilities
Table 1 Capabilities available for integration

Category

Capability

Details

Server capabilities

Enterprise management

  • SP administrators can add, delete, modify, and query enterprises.
  • SP administrators can manage enterprise resources.

User management

  • Adding, deleting, modifying, and querying departments
  • Adding, deleting, modifying, and querying users
  • User password management
  • Corporate directory query

Cloud meeting room management

  • Allocating, modifying, reclaiming, and querying cloud meeting rooms

Hard terminal management

  • Activating, querying, and deleting hard terminals

Meeting management

  • Creating, modifying, and querying meetings (including recurring meetings)
  • Historical meeting query

Meeting control

  • Inviting, hanging up, and muting participants during a meeting
  • Setting continuous presence during a meeting

Meeting notification push

Single meeting

  • Participant status
  • Loudest speaker
  • Meeting quality
  • Live captions
  • Meeting status

Enterprise-level meetings

  • Meeting start status
  • Meeting end status
  • Meeting close status

Dashboard

  • Meeting QoS query
  • Statistics

Bulletin board management

  • Publication management
  • Program management
  • Material management

Open capabilities of client UI SDKs

Android UI SDK

  • Creating meetings and joining meetings after login or anonymously
  • Scheduling, editing, and canceling meetings and obtaining meeting details and the list of cloud meeting rooms
  • Point-to-point calls

iOS UI SDK

  • Creating meetings and joining meetings after login or anonymously
  • Scheduling meetings
  • Point-to-point calls

Windows UI SDK

  • Creating meetings and joining meetings after login or anonymously
  • Scheduling, editing, and canceling meetings and obtaining meeting details and the list of cloud meeting rooms
  • Point-to-point calls

macOS UI SDK

  • Creating meetings and joining meetings after login or anonymously
  • Scheduling, editing, and canceling meetings and obtaining meeting details and the list of cloud meeting rooms
  • Point-to-point calls

Electron UI SDK

  • Creating meetings and joining meetings after login or anonymously
  • Scheduling, editing, and canceling meetings and obtaining meeting details and the list of cloud meeting rooms
  • Point-to-point calls

Open capabilities of the client scheme

Huawei Cloud Meeting Android app

  • Starting the app
  • Starting and logging in to the app
  • Joining a meeting
  • Starting the app and joining meetings

Huawei Cloud Meeting iOS app

  • Starting the app
  • Starting and logging in to the app
  • Joining a meeting
  • Starting the app and joining meetings

Huawei Cloud Meeting Windows client

  • Starting the app
  • Starting and logging in to the app
  • Joining a meeting
  • Starting the app and joining meetings

Huawei Cloud Meeting macOS client

  • Starting the app
  • Starting and logging in to the app
  • Joining a meeting
  • Starting the app and joining meetings

Integration Scenario 1: Third-Party Systems Schedule Meetings on Huawei Cloud Meeting and Start the Client to Join Meetings

A third-party application can call REST APIs of the Huawei Cloud Meeting server to schedule a meeting. Application users only need to click the URL provided by the application to start the Huawei Cloud Meeting client and join the meeting.

Application scenario: Third parties want to manage and schedule meetings in their own service systems and allow users to join meetings using Huawei standard clients.

Figure 2 Terminal scheme integration

For details about REST APIs, see the Server API Reference. For details about the URL for starting the client, see Terminal Scheme Application Integration.

Integration Scenario 2: Third-Party Applications Quickly Integrate Huawei Cloud Meeting Client Capabilities Using UI SDK

A third-party application calls the client UI SDK APIs to quickly integrate meeting functions. You only need to develop an entry on your application, then you are free to call corresponding APIs to schedule, create, and join meetings. Meeting control operations and GUI are ready for you to use directly.

Application scenario: Third parties want to integrate the meeting capability into their apps. The UI provided by the UI SDK meets their requirements.

Figure 3 Third-party application integrating Huawei Cloud Meeting capabilities using terminal SDK

In the preceding figure, 1, 2, and 3 are screenshots from the same application. 1 and 2 are provided by the application itself. 3 is provided by the SDK. For details about the SDK, see Client SDK Reference.