ClientRole enum Null safety
Client role in a live broadcast.
Constants
- Audience → const ClientRole
-
The default role. An audience can only receive streams.
@JsonValue(2)const ClientRole(1)
- Broadcaster → const ClientRole
-
A broadcaster can both send and receive streams.
@JsonValue(1)const ClientRole(0)
-
values
→ const List<
ClientRole> -
A constant List of the values in this enum, in order of their declaration.
const List<
ClientRole>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited