tencent cloud

Tencent Real-Time Communication

お知らせ・リリースノート
製品アップデート情報
Tencent Cloudオーディオビデオ端末SDKの再生アップグレードおよび承認チェック追加に関するお知らせ
TRTCアプリケーションのサブスクリプションパッケージサービスのリリースに関する説明について
製品の説明
製品概要
基礎概念
製品の機能
製品の強み
ユースケース
性能データ
購入ガイド
Billing Overview
無料時間の説明
Monthly subscription
Pay-as-you-go
TRTC Overdue and Suspension Policy
課金に関するよくあるご質問
Refund Instructions
初心者ガイド
Demo体験
Call
コンポーネントの説明(TUICallKit)
Activate the Service
Run Demo
クイック導入
オフライン通知
Conversational Chat
クラウドレコーディング(TUICallKit)
AI Noise Reduction
インターフェースのカスタマイズ
Calls integration to Chat
Additional Features
No UI Integration
Server APIs
Client APIs
Solution
ErrorCode
公開ログ
よくある質問
ライブ配信
Billing of Video Live Component
Overview
Activating the Service (TUILiveKit)
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のダウンロード
APIコードサンプル
Usage Guidelines
クライアント側 API
高度な機能
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
コンソールガイド
アプリケーション管理
使用統計
監視ダッシュボード
開発支援
Solution
Real-Time Chorus
よくあるご質問
課金関連問題
機能関連
UserSig関連
ファイアウォールの制限の対応関連
インストールパッケージの圧縮に関するご質問
AndriodおよびiOS関連
Web端末関連
Flutter関連
Electron関連
TRTCCalling Web関連
オーディオビデオ品質関連
その他のご質問
旧バージョンのドキュメント
TUIRoom(Web)の統合
TUIRoom (Android)の統合
TUIRoom (iOS)の統合
TUIRoom (Flutter)の統合
TUIRoom (Electron)の統合
TUIRoom APIのクエリー
クラウドレコーディングと再生の実現(旧)
Protocols and Policies
セキュリティコンプライアンス認証
セキュリティホワイトペーパー
情報セキュリティの説明
Service Level Agreement
Apple Privacy Policy: PrivacyInfo.xcprivacy
TRTC ポリシー
プライバシーポリシー
データ処理とセキュリティ契約
用語集

CallStore

PDF
フォーカスモード
フォントサイズ
最終更新日: 2026-02-11 10:37:10
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 Flutter.

LoginStore

User authentication and login management module
Core Features: Handles user authentication, login state management, and user information maintenance.
Reactive Data
Data List
Description
Current logged-in user information.
Current login status.
Interface Functions
Function List
Description
login
Login method.
logout
Logout method.
Set user information.

CallStore

Call State Management Module
Core Features: Manages the lifecycle of audio and video calls, including initiating, answering, rejecting, and ending one-on-one and group calls, as well as call history.
Technical Highlights:
Paginated queries for call records
Real-time state synchronization (participant lists, volume levels, network quality)
Reactive data management using ValueListenable to keep UI synchronized with call state
Event-driven architecture (CallEventListener) for monitoring call start, invitation received, and call end events
Business Value: Provides call management capabilities for audio and video communication platforms, supporting one-on-one and group call scenarios. Serves as the foundation for real-time audio and video services.
Use Cases: Initiating and answering calls, call state management, group collaboration, querying and deleting call records.
Reactive Data
Data List
Description
Current active call information.
Recent call record list.
cursor
Pagination cursor for querying more call records.
selfInfo
Current user's own information.
List of all participants in the current call.
Participant volume information.
Participant network quality information.
Interface Functions
Function List
Description
calls
Initiate a single or multi-party call.
accept
Accept a call.
reject
Reject a call.
hangup
Hang up a call.
join
Actively join a call.
invite
Invite to join a call.
Query recent call records.
Delete recent call records.
Add a call event callback listener.
Remove a call event callback listener.

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 device errors handling.
Reactive Data
Data List
Description
Microphone on/off status.
Last microphone error status.
Capture volume level (0-100).
Current microphone volume (0-100).
Output volume level (0-100).
Camera on/off status.
Last camera error status.
Whether using front camera.
Local mirror type.
Local video quality settings.
Current audio output route (speaker/earpiece).
Screen sharing status.
Network information status.
Interface Functions
Function List
Description
Enable local microphone.
Disable local microphone.
Set capture volume.
Set output volume.
Set audio output route.
Enable local camera.
Disable local camera.
Switch camera.
true: front camera
false: rear camera
Set camera view mirror.
Update video quality.
Start screen sharing.
Stop screen sharing.

ヘルプとサポート

この記事はお役に立ちましたか?

フィードバック