ChannelProfileType enum

The channel profile.

Inheritance
Annotations
  • @JsonEnum(alwaysCreate: true)

Constructors

ChannelProfileType()
const

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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<ChannelProfileType>
A constant List of the values in this enum, in order of their declaration.