ChannelProfile enum
Channel profile.
Values
- Communication → const ChannelProfile
-
(Default) The Communication profile.
Use this profile in one-on-one calls or group calls, where all users can talk freely.
- LiveBroadcasting → const ChannelProfile
-
The LiveBroadcasting profile.
Users in a live-broadcast channel have a role as either broadcaster or audience. A broadcaster can both send and receive streams; an audience can only receive streams.
- Game → const ChannelProfile
-
The Gaming profile.
This profile uses a codec with a lower bitrate and consumes less power. Applies to the gaming scenario, where all game players can talk freely.
Properties
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.