ChannelProfileType enum
The channel profile.
Values
- channelProfileCommunication → const ChannelProfileType
-
0: Communication. Use this profile when there are only two users in the channel.
- channelProfileLiveBroadcasting → const ChannelProfileType
-
1: Live streaming. Live streaming. Use this profile when there are more than two users in the channel.
- channelProfileGame → const ChannelProfileType
-
2: Gaming. This profile is deprecated.
- channelProfileCloudGaming → const ChannelProfileType
-
Cloud gaming. The scenario is optimized for latency. Use this profile if the use case requires frequent interactions between users.
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<
ChannelProfileType> - A constant List of the values in this enum, in order of their declaration.