Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Managed Threat Detection
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive
Help Center/ Meeting/ Developer Guide/ Openness of Huawei Cloud Meeting

Openness of Huawei Cloud Meeting

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

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.

We use cookies to improve our site and your experience. By continuing to browse our site you accept our cookie policy. Find out more

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback