ChannelProfile enum

Inheritance
Available extensions

Values

CHANNEL_PROFILE_COMMUNICATION → const ChannelProfile

@brief General mode by default
It equals to CHANNEL_PROFIEL_MEETING(16).
Contact us to alter the default settings.

CHANNEL_PROFILE_GAME → const ChannelProfile

@brief Game voice mode. Low consumption of computing resources and network data
Additional performance optimizations have been made for low-end devices:
- Encodes frame length 40/60 for some low-end models. - Disables software 3A audio processing for some low-end models. Enhance iOS Compatibility with other screen recordings to avoid audio recordings being interrupted by RTC.

CHANNEL_PROFILE_CLOUD_GAME → const ChannelProfile

@brief Cloud game mode.
Use this mode for game App requiring low latency.
During poor network connection, communication experiences get worse with this mode.

CHANNEL_PROFILE_LOW_LATENCY → const ChannelProfile

@brief Cloud render mode featuring extra-low latency.
Choose this mode if it is not a game App yet requires low latency.
In this mode, latency will significantly decrease at the cost of lower audio quality as well as the bad performance with weak network signal.

CHANNEL_PROFILE_CHAT_ROOM → const ChannelProfile

@brief For video and audio chat rooms of 3 or more people

CHANNEL_PROFILE_INTERACTIVE_PODCAST → const ChannelProfile

@brief For interactive podcasts that the host can have video and audio interactions with the audience. The voice mode is set to communication mode to avoid volume spiking and dipping acutely.

CHANNEL_PROFILE_CHORUS → const ChannelProfile

@brief The online-chorusing scenario with high-quality audio and low latency. Contact the technical specialists before using the value.

CHANNEL_PROFILE_GAME_STREAMING → const ChannelProfile

@brief For scenarios of streaming live videos to only one client on the LAN. It can be applied to devices on the Internet or LAN.

CHANNEL_PROFIEL_MEETING → const ChannelProfile

@brief For meeting Apps installed on personal devices

CHANNEL_PROFILE_MEETING_ROOM → const ChannelProfile

@brief For meeting Apps installed on terminals of meeting rooms, such as Rooms.

CHANNEL_PROFILE_CLASSROOM → const ChannelProfile

@brief For the online classrooms and lectures that over 10 participants in the room are allowed to join the video chat.

CHANNEL_PROFILE_CALL → const ChannelProfile

@brief Focus on smoothness, the default video bitrate is lower.

CHANNEL_PROFILE_LIVE → const ChannelProfile

@brief Focus on quality, the default video bitrate is higher.

Properties

$value → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<ChannelProfile>
A constant List of the values in this enum, in order of their declaration.