ByteRTCRoomProfile enum

Inheritance
Available extensions

Values

ByteRTCRoomProfileCommunication → const ByteRTCRoomProfile

@brief General mode by default
It equals to ByteRTCRoomProfileMeeting = 16.
Contact us to alter the default settings.

ByteRTCRoomProfileGame → const ByteRTCRoomProfile

@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.

ByteRTCRoomProfileCloudGame → const ByteRTCRoomProfile

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

ByteRTCRoomProfileLowLatency → const ByteRTCRoomProfile

@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.

ByteRTCRoomProfileChatRoom → const ByteRTCRoomProfile

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

ByteRTCRoomProfileInteractivePodcast → const ByteRTCRoomProfile

@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.

ByteRTCRoomProfileChorus → const ByteRTCRoomProfile

@brief For the online-chorusing scenarios requiring high-quality audio and low latency. Contact our technical specialists before you apply it to your App.

ByteRTCRoomProfileGameStreaming → const ByteRTCRoomProfile

@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.

ByteRTCRoomProfileMeeting → const ByteRTCRoomProfile

@brief For meeting Apps installed on personal devices

ByteRTCRoomProfileMeetingRoom → const ByteRTCRoomProfile

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

ByteRTCRoomProfileClassroom → const ByteRTCRoomProfile

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

ByteRTCRoomProfileCall → const ByteRTCRoomProfile

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

ByteRTCRoomProfileLive → const ByteRTCRoomProfile

@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<ByteRTCRoomProfile>
A constant List of the values in this enum, in order of their declaration.