Bu sayfa henüz yerel dilinizde mevcut değildir. Daha fazla dil seçeneği eklemek için yoğun bir şekilde çalışıyoruz. Desteğiniz için teşekkür ederiz.

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
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

API Overview

Updated on 2025-02-08 GMT+08:00

The following tables list the SparkRTC APIs. Before calling a SparkRTC API, you need to obtain a user token, which can then be used to authenticate the calling of other APIs. For details about how to call a SparkRTC API, see Example 1: Creating a Single Stream Recording Job.

Application Management APIs

Table 1 Application management APIs

API

Description

POST /v2/apps

Creating an Application

GET /v2/apps

Querying Applications

GET /v2/apps/{app_id}

Querying an Application

DELETE /v2/apps/{app_id}

Deleting an Application

POST /v2/apps/{app_id}/enable

Enabling an Application

POST /v2/apps/{app_id}/disable

Disabling an Application

Recording Template Management APIs

Table 2 Recording template management APIs

API

Description

POST /v2/apps/{app_id}/record-rules

Creating or Updating a Recording Template

GET /v2/apps/{app_id}/record-rules

Querying Recording Templates

GET /v2/apps/{app_id}/record-rules/{rule_id}

Querying a Recording Template

PUT /v2/apps/{app_id}/record-rules/{rule_id}

Updating a Recording Template

DELETE /v2/apps/{app_id}/record-rules/{rule_id}

Deleting a Recording Template

Automatic Recording Configuration APIs

Table 3 Automatic recording configuration APIs

API

Description

PUT /v2/apps/{app_id}/auto-record-mode

Updating the Automatic Recording Configuration

GET /v2/apps/{app_id}/auto-record-mode

Querying the Automatic Recording Configuration

Application Callback Management APIs

Table 4 Application callback management APIs

API

Description

PUT /v2/apps/{app_id}/record-callback

Configuring a Recording Event Callback

GET /v2/apps/{app_id}/record-callback

Querying a Recording Event Callback

Mixed Stream Recording Job Management APIs

Table 5 Mixed stream recording job management APIs

API

Description

POST /v2/apps/{app_id}/mix-stream-jobs

Starting a Mixed Stream Recording Job

GET /v2/apps/{app_id}/mix-stream-jobs/{job_id}

Querying a Mixed Stream Recording Job

PUT /v2/apps/{app_id}/mix-stream-jobs/{job_id}

Modifying a Mixed Stream Recording Job

DELETE /v2/apps/{app_id}/mix-stream-jobs/{job_id}

Stopping a Mixed Stream Recording Job

Single Stream Recording Job Management APIs

Table 6 Single stream recording job management APIs

API

Description

POST /v2/apps/{app_id}/individual-stream-jobs

Starting a Single Stream Recording Job

GET /v2/apps/{app_id}/individual-stream-jobs/{job_id}

Querying a Single Stream Recording Job

DELETE /v2/apps/{app_id}/individual-stream-jobs/{job_id}

Stopping a Single Stream Recording Job

PUT /v2/apps/{app_id}/individual-stream-jobs/{job_id}

Updating a Single Stream Recording Job

Room Management

Table 7 Room management APIs

API

Description

POST /v2/apps/{app_id}/rooms/{room_id}/batch-remove-users

Removing an online user

POST /v2/apps/{app_id}/rooms/{room_id}/dismiss

Dismissing a Room

OBS Bucket Management

Table 8 OBS bucket management APIs

API

Description

GET /v2/rtc-ops/buckets

Querying OBS Buckets

GET /v2/rtc-ops/buckets/objects

Querying Objects in an OBS Bucket

PUT /v2/rtc-ops/buckets/authentication

Granting or Canceling Authorization of Accessing OBS Buckets

Statistical Analysis APIs

Table 9 Statistical analysis APIs

API

Description

GET /v1/{project_id}/rtc/rooms

Querying Rooms

GET /v1/{project_id}/rtc/users

Querying Users

GET /v1/{project_id}/rtc/realtime/scale

Querying Real-time Scale Data

GET /v1/{project_id}/rtc/realtime/scale/dimension

Querying Real-time Scale Data Distribution

GET /v1/{project_id}/rtc/realtime/quality

Querying Real-time Quality Data

GET /v1/{project_id}/rtc/realtime/network

Querying Real-time Network Data

GET /v1/{project_id}/rtc/history/usage

Querying Usage

GET /v1/{project_id}/rtc/history/scale

Querying Historical Scale Data

GET /v1/{project_id}/rtc/history/quality

Querying Historical Quality Data

GET /v1/{project_id}/rtc/client/qos/details

Querying User Call Indicators

GET /v1/{project_id}/rtc/client/event

Querying Event Details

GET /v1/{project_id}/rtc/client/abnormalevent

Querying Abnormal User Experience Events of a Specified Project

GET /v1/rtc/data/abnormal-events

Querying Exceptions

GET /v1/rtc/data/abnormal-event/dimension

Querying Exception Distribution

Sitemizi ve deneyiminizi iyileştirmek için çerezleri kullanırız. Sitemizde tarama yapmaya devam ederek çerez politikamızı kabul etmiş olursunuz. Daha fazla bilgi edinin

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback