tencent cloud

Tencent Real-Time Communication

소식 및 공지 사항
제품 업데이트
Tencent Cloud 오디오/비디오 단말 SDK 재생 업그레이드 및 권한 부여 인증 추가
TRTC 월간 구독 패키지 출시 관련 안내
제품 소개
제품 개요
기본 개념
제품 기능
제품 장점
응용 시나리오
성능 데이터
구매 가이드
Billing Overview
무료 시간 안내
Monthly subscription
Pay-as-you-go
TRTC Overdue and Suspension Policy
과금 FAQ
Refund Instructions
신규 사용자 가이드
Demo 체험
Call
개요(TUICallKit)
Activate the Service
Run Demo
빠른 통합(TUICallKit)
오프라인 푸시
Conversational Chat
온클라우드 녹화(TUICallKit)
AI Noise Reduction
UI 사용자 정의
Calls integration to Chat
Additional Features
No UI Integration
Server APIs
Client APIs
Solution
ErrorCode
릴리스 노트
FAQs
라이브 스트리밍
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 클라이언트 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
FAQs
과금 개요
기능 관련
UserSig 관련
방화벽 제한 처리
설치 패키지 용량 축소 관련 질문
Andriod 및 iOS 관련
Web 관련
Flutter 관련
Electron 관련
TRTCCalling Web 관련
멀티미디어 품질 관련
기타 질문
Protocols and Policies
컴플라이언스 인증
보안 백서
정보 보안에 관한 참고 사항
Service Level Agreement
Apple Privacy Policy: PrivacyInfo.xcprivacy
TRTC 정책
개인 정보 보호 정책
데이터 처리 및 보안 계약
용어집

Definitions of Key Types

PDF
포커스 모드
폰트 크기
마지막 업데이트 시간: 2025-02-26 14:17:50

callParams

In the Tencent RTC Console, call extension parameters such as room number, call invitation timeout, offline push custom content, etc.
Parameter
Type
Required
Description
roomId
RoomId
No
Room ID, for details, please refer to RoomId.
timeout
Number
No
Call timeout, default: 40 seconds, unit: seconds. timeout = 0 means no timeout
userData
String
No
Custom extension fields when initiating a call
offlinePushInfo
No
Custom offline message push parameters
chatGroupId
String
No
chat group Id.

RoomId

Room ID, divided into String type and Number type.
Parameter
Type
Required
Description
strRoomId
String
No
Room ID, String type
intRoomId
Number
No
Room ID, String type

OfflinePushInfo

Parameter
Type
Required
Description
title
String
No
offlinepush notification title
desc
String
No
offlinepush notification description
ignoreIOSBadge
boolean
No
Ignore badge count for offline push (only for iOS), if set to true, the message will not increase the unread count of the app icon on the iOS receiver's side.
iOSSound
String
No
Offline push sound setting (only for iOS). When
sound = IOS_OFFLINE_PUSH_NO_SOUND, there will be no sound played when the message is received. When sound = IOS_OFFLINE_PUSH_DEFAULT_SOUND, the system sound will be played when the message is received. If you want to customize the iOSSound, you need to link the audio file into the Xcode project first, and then set the audio file name (with extension) to the iOSSound.
androidSound
String
No
Offline push sound setting (only for Android, supported by IMSDK 6.1 and above). Only Huawei and Google phones support setting sound prompts. For Xiaomi phones, please refer to: Xiaomi custom ringtones. In addition, for Google phones, in order to set sound prompts for FCM push on Android 8.0 and above systems, you must call setAndroidFCMChannelIDto set the channelID for it to take effect.
androidOPPOChannelID
String
No
Set the channel ID for OPPO phones with Android 8.0 and above systems.
androidVIVOClassification
Number
No
Classification of VIVO push messages (deprecated interface, VIVO push service will optimize message classification rules on April 3, 2023. It is recommended to use setAndroidVIVOCategory to set the message category). 0: Operational messages, 1: System messages. The default value is 1.
androidXiaoMiChannelID
String
No
Set the channel ID for Xiaomi phones with Android 8.0 and above systems.
androidFCMChannelID
String
No
Set the channel ID for google phones with Android 8.0 and above systems.
androidHuaWeiCategory
String
No
Classification of Huawei push messages, please refer to:
isDisablePush
boolean
No
Whether to turn off push notifications (default is on).
iOSPushType
No
iOS offline push type,default is APNs

IOSOfflinePushType

iOS offline push type
Parameter
Description
APNs
APNs
VoIP
VoIP

MediaType

Call media type
Parameter
Description
Audio
Audio call
Video
Video call

Camera

Front or Back Camera
Parameter
Description
Front
Front camera
Back
Rear camera

AudioPlaybackDevice

Audio route
Parameter
Description
Earpiece
Audio route is earpiece
Speakerphone
Audio route is Speakerphone

FillMode

If the aspect ratio of the video display area is not equal to that of the video image, you need to specify the fill mode:
Parameter
Description
Fill
Fill mode: the video image will be centered and scaled to fill the entire display area, where parts that exceed the area will be cropped. The displayed image may be incomplete in this mode.
Fit
Fit mode: the video image will be scaled based on its long side to fit the display area, where the short side will be filled with black bars. The displayed image is complete in this mode, but there may be black bars.

Rotation

We provides rotation angle setting APIs for local and remote images. The following rotation angles are all clockwise.
Parameter
Description
Rotation_0
No rotation
Rotation_90
Clockwise rotation by 90 degrees
Rotation_180
Clockwise rotation by 180 degrees
Rotation_270
Clockwise rotation by 0 degrees

Resolution

Video resolution
Parameter
Description
Resolution_640_360
Aspect ratio: 16:9;resolution: 640x360;recommended bitrate: 500kbps
Resolution_640_480
Aspect ratio: 4:3;resolution: 640x480;recommended bitrate: 600kbps
Resolution_960_540
Aspect ratio: 16:9;resolution: 960x540;recommended bitrate: 850kbps
Resolution_960_720
Aspect ratio: 4:3;resolution: 960x720;recommended bitrate: 1000kbps
Resolution_1280_720
Aspect ratio: 16:9;resolution: 1280x720;recommended bitrate: 1200kbps
Resolution_1920_1080
Aspect ratio: 16:9;resolution: 1920x1080;recommended bitrate: 2000kbps

ResolutionMode

Video aspect ratio mode
Parameter
Description
Landscape
Landscape resolution, such as Resolution.Resolution_640_360 + ResolutionMode.Landscape = 640 × 360.
Portrait
Portrait resolution, such as Resolution.Resolution_640_360 + ResolutionMode.Portrait = 360 × 640.

도움말 및 지원

문제 해결에 도움이 되었나요?

피드백