tencent cloud

Tencent Cloud AI Digital Human

Product Overview
Overview
Product Features
Product Advantage
Purchase Guide
Pricing Guide
Purchase Guide
Process for Purchasing with Vouchers
Refund Instructions
Introduction of Avatar
Introduction to Image Categories
Basic Image Library
Guide on Avatar and Voice Clone
Digital Human Platform Operation Guide
Accessing Platform
Avatar Production and Asset Management
Digital Human Conversation Interaction Application and Management
Broadcast Digital Human Video Generation and Management
Operations Management and Analysis
Server API Integration
Digital Human API Access Mode Overview
Avatar aPaas API Calling Methods
Avatar Image Customization and Voice Clone API Documentation
Video Generation Service API Documentation
Interactive Digital Human Service API Documentation
Personal Asset Management API Documentation
Client SDK Integration
Overall Introduction
3D Client-Side Rendering SDK Integration
2D Client-Side Rendering SDK Integration
Digital Human SSML Markup Language Specification
Related Agreement
Privacy Policy
DSA (Data Sharing Agreement)
FAQs

Closing Live Session

PDF
Focus Mode
Font Size
Last updated: 2024-07-19 09:59:49
Close the live session, stop the digital human streaming, and release concurrency.

Calling Protocol

HTTPS + JSON
POST /v2/ivh/sessionmanager/sessionmanagerservice/closesession
Header Content-Type: application/json;charset=utf-8

Request Parameters

Parameter name
Type
Required
Description
ReqId
String
Yes
Unique identifier for each request, a 32-character UUID.
SessionId
String
Yes
Unique identifier for the session.

Response Parameter

Name
Type
Required
Description
ReqId
String
Yes
Unique identifier for a single request.

Request Sample

{
"Header": {},
"Payload": {
"SessionId": "m123adfafvbadsafd",
"ReqId": "d7aa08da33dd4a662ad5be508c5b77cf",
}
}

Response Sample

{
"Header": {
"Code": 0,
"Message": "",
"RequestID": "m123adfafvbadsafd",
},
"Payload": {
"ReqId": "d7aa08da33dd4a662ad5be508c5b77cf",
}
}


Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback