Show / Hide Table of Contents

Enum TRTCAppScene

Namespace: trtc
Assembly: cs.temp.dll.dll
Syntax
public enum TRTCAppScene

Fields

Name Description
TRTCAppSceneAudioCall

Audio calls support 48 kHz stereo audio. Each room allows up to 300 concurrent users, and up to 50 of them can speak simultaneously.

Use cases: [one-to-one audio call], [audio conferencing with up to 300 participants], [audio chat], [online Werewolf playing], etc.

TRTCAppSceneLIVE
TRTCAppSceneVideoCall

Video calls support 720p and 1080p HD video. Each room allows up to 300 concurrent users, and up to 50 of them can speak simultaneously.

Use cases: [one-to-one video call], [video conferencing with up to 300 participants], [online medical consultation], [video chat], [video interview], etc.

TRTCAppSceneVoiceChatRoom
In This Article
Back to top Generated by DocFX