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

Pushing Basic Meeting Information

Updated on 2025-02-10 GMT+08:00
Table 1 Message frame for pushing basic meeting information

Parameter

Type

Description

action

String

"ConfBasicInfoNotify"

version

Long

Message version number, which is identified by the timestamp (in milliseconds) when the message is generated.

createTime

Long

Timestamp when a message is generated, in milliseconds.

msgID

String

Unique message ID.

msgMode

Integer

Message mode. The value is fixed at 0.

0: full message.

confID

String

ID of the subscribed-to meeting.

displayID

String

Meeting display ID. (For a meeting with a random ID, the value of displayID is the same as that of confID. For a meeting with a fixed ID, the value of displayID is the fixed ID.)

title

String

Meeting topic.

startTime

String

Meeting start time (UTC time, in milliseconds).

pwds

Array of ConfPwdInfo objects

Meeting passwords.

recType

Integer

Live broadcast type. The options are as follows:

0: disabled.

1: recording.

2: recording and live broadcast.

3: live broadcast only.

media

Integer

Media type of the meeting. The options are as follows:

1: voice.

2: video.

owner

String

Meeting scheduler.

ownerID

String

UUID of the scheduler.

userType

Integer

Role of the meeting scheduler.

0: system administrator.

1: SP administrator.

2: enterprise member.

3: user registered using a mobile number or email address. They have the same permissions as enterprise members.

4: user who uses a temporary account, which has obtained a temporary token using a verification code.

10: enterprise device.

11: anonymous user.

12: smart TV user.

13: IdeaHub.

14: whiteboard (SmartRooms).

supportWatermark

Integer

Whether to enable watermarks on the shared screen.

0: Disable watermarks.

1: Enable watermarks.

scheduledStartTime

String

Start time of a scheduled meeting (UTC time, in milliseconds).

guestJoinUri

String

Link for guests to join the meeting.

callInRestriction

Integer

Participants who can join the meeting.

  • 0: everyone.
  • 2: enterprise users.
  • 3: invited users.

confMode

String

Meeting type.

  • COMMON: common meeting.
  • RTC: RTC meeting.

realTimeSubtitle

Integer

Whether live captions are supported.

  • 0: unsupported.
  • Other values: supported.
Table 2 ConfPwdInfo data structure

Parameter

Type

Description

role

String

Meeting role. The options are as follows:

chair: meeting host.

general: common participant.

pwd

String

Password for a participant role, which is in plaintext mode.

Example of Pushing Basic Meeting Information

{
	"displayID": "900487914",
	"title": "Tom's Meeting",
	"startTime": "1611988484164",
	"guestJoinUri": "https://100.95.188.184:443/#/j/900487914/29a3cb420d228e2a507bb40f81c36157f07659389f3bf570",
	"pwds": [{
		"role": "chair",
		"pwd": "******"
	}, {
		"role": "general",
		"pwd": "******"
	}],
	"recType": 1,
	"media": 2,
	"owner": "Tom",
	"orgID": "44252",
	"aiRecType": 0,
	"callInRestriction": 0,
	"audienceCallInRestriction": 0,
	"confMode": "COMMON",
	"webinar": false,
	"realTimeSubtitle": 0,
	"bignumMultiPicSwitch": true,
	"partViewSwitch": true,
	"simultaneousInterpretation": 0,
	"supportWatermark": 1,
	"userType": 2,
	"ownerID": "271682cfdbe14fa9ae3a8b25f7502627",
	"scheduledStartTime": "1611988483700",
	"supportCohost": 1,
	"supportClientRecord": 1,
	"inviteShareSwitch": true,
	"confPortalCapabilities": "1",
	"supportWaitingRoom": false,
	"confID": "900487914",
	"msgID": "239fbd1662d111eb980abbd127030a68",
	"msgMode": 0,
	"version": 1611993595029,
	"createTime": 1611993595029,
	"action": "ConfBasicInfoNotify"
}

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