ChannelProfile enum

Channel profile.

Inheritance

Constructors

ChannelProfile()
const

Values

Communication → const ChannelProfile

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

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