ChannelMediaRelayState enum Null safety
The state code in channel media relay state.
Constants
- Connecting → const ChannelMediaRelayState
-
The SDK tries to relay the media stream to the destination channel.
@JsonValue(1)const ChannelMediaRelayState(1)
- Failure → const ChannelMediaRelayState
-
A failure occurs.
@JsonValue(3)const ChannelMediaRelayState(3)
- Idle → const ChannelMediaRelayState
-
The SDK is initializing.
@JsonValue(0)const ChannelMediaRelayState(0)
- Running → const ChannelMediaRelayState
-
The SDK successfully relays the media stream to the destination channel.
@JsonValue(2)const ChannelMediaRelayState(2)
-
values
→ const List<
ChannelMediaRelayState> -
A constant List of the values in this enum, in order of their declaration.
const List<
ChannelMediaRelayState>
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