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

CallStore(Without UI)

PDF
Focus Mode
Font Size
Last updated: 2026-03-13 14:50:37
AtomicXCore SDK is TRTC's next-generation reactive API suite, purpose-built for audio and video calling scenarios. It enables you to quickly build custom UI pages for your applications.
The SDK provides comprehensive features for call management, participant management, and device management. Built on TRTC's infrastructure, it delivers ultra-low latency and high-quality audio and video performance.
This page provides a categorized overview of all audio and video calling APIs available in AtomicXCore SDK for Android.

LoginStore

User Authentication & Login Management Module
Functionality: Provides essential authentication services, including user authentication, login state management, and user profile maintenance.
Reactive Data
Data
Description
Current logged-in user information.
Current login status.
Interface Functions
Function
Description
login
Logs in the user.
logout
Logs out the user.
Sets user profile information.
Adds a listener for login callback events.
Removes a listener for login callback events.

CallStore

Call List Management Module
Core Features: Manages the lifecycle of audio and video calls, including initiating, answering, rejecting, and ending one-on-one and group calls. Maintains call history.
Technical Highlights:
Paginated queries for call records
Real-time call state synchronization (participants, volume, network quality)
Reactive data management with Combine to keep UI in sync
Event-driven architecture (CallEvent) for call initiation, incoming invitations, and termination
Business Value: Provides call management for audio and video communication platforms, supporting one-on-one and group calls. Serves as the foundation for real-time audio and video services.
Use Cases: Initiating and answering calls, managing call states, group collaboration, querying and deleting call records.
Reactive Data
Data
Description
Call event publisher used to subscribe to call events.
Adds a listener for call event callbacks.
Removes a listener for call event callbacks.
Interface Functions
Function
Description
calls
Initiates a 1-on-1 or group call.
accept
Answers an incoming call.
reject
Rejects an incoming call.
hangup
Hangs up the current call.
join
Actively joins an ongoing call.
invite
Invites a user to join the call.
Queries recent call history records.
Deletes recent call history records.

CallCoreView

Call View Component
Core Features: Renders video and handles interactions for the call interface. Supports multiple layout modes (1-on-1 floating, group grid, Picture-in-Picture), call-waiting animations, and customization of volume indicators, network status, and user avatars.
Technical Highlights:
Dynamic switching between three layout modes: Float, Grid, and Picture-in-Picture
Customizable volume levels and network quality indicators
Reactive architecture using Kotlin Flow and StateFlow
Automatic subscription to CallStore states for real-time synchronization
Business Value: Provides a ready-to-use view component that encapsulates video layout and state management logic while supporting extensive visual customization.
Use Cases: Scenarios requiring custom UI for audio/video calls.
Interface Functions
API
Description
Sets the layout type.
Sets the call-waiting animation.
Sets icons for different volume levels.
Sets icons for network quality levels.
Sets avatars for call participants.

DeviceStore

Device State Management Module
Core Features: Manages audio and video hardware (cameras, microphones), monitors device state, and handles permission checks.
Technical Highlights:
Multi-device management
Real-time status monitoring
Dynamic permission checks
Automatic device fault recovery
Business Value: Provides a stable hardware foundation for audio/video calls, ensuring reliable media capture and smooth user experience.
Use Cases: Device management, permission control, audio/video capture, and hardware troubleshooting.
Reactive Data
Data
Description
Microphone ON/OFF status.
The last error state reported by the microphone.
Recording/Capture volume level (0-100).
Current real-time microphone volume (0-100).
Playout/Output volume level (0-100).
Camera ON/OFF status.
The last error state reported by the camera.
Indicates if the front camera is currently in use.
Local video mirroring type.
Local video quality settings.
Current audio output route (Speaker/Earpiece/Headphones).
Screen sharing status.
Network information and status.
Interface Functions
Function
Description
Enables the local microphone.
Disables the local microphone.
Sets the recording volume.
Sets the playout volume.
Sets the audio output route.
Previews the front camera; renders the feed to the cameraView parameter.
Stops the camera preview.
Enables the local camera.
Disables the local camera.
Switches camera. true: Front, false: Rear.
Sets the mirroring mode for the camera feed.
Sets the streaming resolution.
Starts screen sharing.
Stops screen sharing.





Help and Support

Was this page helpful?

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

Feedback