tencent cloud

Tencent Real-Time Communication

Release Notes and Announcements
Release Notes
Recent Product Announcement
TRTC Live (TUILiveKit) Product Launch Announcement
TRTC Conference Official Editions Launched
The commercial version of Conference is coming soon
Terms and Conditions Applicable to $9.9 Starter Package
Rules for the "First Subscription $100 Discount" Promotion
Announcement on the Start of Beta Testing for Multi-person Audio and Video Conference
TRTC Call Official Editions Launched
License Required for Video Playback in New Version of LiteAV SDK
TRTC to Offer Monthly Packages
Product Introduction
Overview
Concepts
Features
Strengths
Use Cases
Performance Statistics
Tencent RTC Quickplay: Experience Ultimate Real-Time Audio and Video Interaction!
Purchase Guide
Billing Overview
Free Minutes
Monthly subscription
Pay-as-you-go
TRTC Overdue and Suspension Policy
FAQs
Refund Instructions
User Tutorial
Free Demo
Call
Overview
Activate the Service
Run Demo
Integration
Offline Call Push
Conversational Chat
On-Cloud Recording
AI Noise Reduction
UI Customization
Calls integration to Chat
Additional Features
No UI Integration
Server APIs
Client APIs
Solution
ErrorCode
Release Notes
FAQs
Conference
Overview(TUIRoomKit)
Activate the Service (TUIRoomKit)
Run Demo(TUIRoomKit)
Integration(TUIRoomKit)
Screen Sharing (TUIRoomKit)
Schedule a meeting (TUIRoomKit)
In-meeting Call (TUIRoomKit)
UI Customization(TUIRoomKit)
Virtual Background (TUIRoomKit)
Conference Control (TUIRoomKit)
Cloud Recording (TUIRoomKit)
AI Noise Reduction (TUIRoomKit)
In-Conference Chat (TUIRoomKit)
Robot Streaming (TUIRoomKit)
Enhanced Features (TUIRoomKit)
Client APIs (TUIRoomKit)
Server APIs (TUIRoomKit)
FAQs (TUIRoomKit)
Error Code (TUIRoomKit)
SDK Update Log (TUIRoomKit)
Live
Billing of Video Live Component
Overview
Activating the Service (TUILiveKit)
Run Demo
No UI Integration
UI Customization
Live Broadcast Monitoring
Video Live Streaming
Voice Chat Room
Advanced Features
Client APIs
Server APIs
Error Codes
Release Notes
FAQs
RTC Engine
Activate Service
SDK Download
API Examples
Usage Guidelines
API Reference Manual
Advanced Features
AI Integration
Overview
Configure MCP Server
Install Skills
Integration Guide
FAQ
RTC RESTFUL API
History
Introduction
API Category
Room Management APIs
Stream mixing and relay APIs
On-cloud recording APIs
Data Monitoring APIs
Pull stream Relay Related interface
Web Record APIs
AI Service APIs
Cloud Slicing APIs
Cloud Moderation APIs
Making API Requests
Call Quality Monitoring APIs
Usage Statistics APIs
Data Types
Appendix
Error Codes
Console Guide
Application Management
Package Management
Usage Statistics
Monitoring Dashboard
Development Assistance
Solution
Real-Time Chorus
FAQs
Migration Guide
Billing
Features
UserSig
Firewall Restrictions
How to Downsize Installation Package
Android and iOS
Web
Flutter
Electron
TRTCCalling for Web
Audio and Video Quality
Others
Legacy Documentation
RTC RoomEngine SDK(Old)
Integrating TUIRoom (Web)
Integrating TUIRoom (Android)
Integrating TUIRoom (iOS)
Integrating TUIRoom (Flutter)
Integrating TUIRoom (Electron)
TUIRoom APIs
On-Cloud Recording and Playback (Old)
RTC Analytics Monthly Packages (Previous Version)
Protocols and Policies
Compliance
Security White Paper
Notes on Information Security
Service Level Agreement
Apple Privacy Policy: PrivacyInfo.xcprivacy
TRTC Policy
Privacy Policy
Data Processing And Security Agreement
Glossary

TUILiveListManager

PDF
Focus Mode
Font Size
Last updated: 2025-04-15 15:10:40
Copyright (c) 2024 Tencent. All rights reserved.
Module: TUILiveListManager @ TUIKitEngine
Function: Live Streaming Related Interface

TUILiveListManager

TUILiveListManager

Function List
Description
Live Streaming Information Change Callback
Add Event Callback
Remove event callbacks
Modify Live Streaming Information
Retrieve Live Streaming Information
Getting the Live Stream List

Struct type

Function List
Description
Live Streaming Information

Enumeration Types

Enumeration Types
Description
Modify Flags for Live Streaming Room

onLiveInfoChanged

onLiveInfoChanged
OnLiveInfoChanged onLiveInfoChanged
(TUILiveInfo TUILiveInfo

TUILiveModifyFlag modifyFlag)

Live Streaming Information Change Callback

Parameters
Description
TUILiveInfo
Live Streaming Room Information
modifyFlagList
List of Changed Value Flags

addObserver

setObserver
void setObserver
(TUILiveListObserver observer)

Add Event Callback

You can receive live room event notifications through TUILiveListManagerObserver
Parameters
Description
observer
Instance to Monitor

removeObserver

removeObserver
void setObserver
(TUILiveListObserver observer)

Remove event callbacks

You can receive live room event notifications through TUILiveListManagerObserver
Parameters
Description
observer
Instance to Monitor

setLiveInfo

setLiveInfo
Future<TUIActionCallback> setLiveInfo
(TUILiveInfo TUILiveInfo

TUILiveModifyFlag modifyFlag)

Modify Live Streaming Information

Parameters
Description
roomId
Room ID
coverUrl
Profile Photo URL
categoryList
Live Room Category Tag
isPublicVisible
Is Public
activityStatus
Live room active status: user-defined Definition tag

getLiveInfo

getLiveInfo
Future<TUIValueCallBack<TUILiveInfo>> getLiveInfo
(String roomId)

Retrieve Live Streaming Information

Parameters
Description
callback
Callback of API call, used to notify the success or failure of the API call
roomId
Room ID

fetchLiveList

fetchLiveList
Future<TUIValueCallBack<TUILiveListResult>> fetchLiveList
(String cursor

int count)

Getting the Live Stream List

Parameters
Description
count
Number of Pulls each time
cursor
List Index

TUILiveModifyFlag

TUILiveModifyFlag

Modify Flags for Live Streaming Room

Enumeration
Value
Description
ACTIVITY_STATUS
0x0100
ActivityStatus: Live Room Activity Status, supports custom settings
COVER_URL
0x0200
CoverUrl: Live Room Cover
CATEGORY
0x0400
Category: Live Room Category
PUBLISH
0x0800
Publish: Live Room Public Tag

TUILiveInfo

TUILiveInfo

Live Streaming Information

Enumeration Types
Description
activityStatus
Live room active status: user-defined Definition tag
categoryList
Live Room Category Tag
coverUrl
Live Room Cover
isPublicVisible
Is Live Room Public
roomInfo
Room Information (Read Only)
viewCount
Total View Count

Help and Support

Was this page helpful?

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

Feedback