ChannelMediaRelayEvent enum
The event code in of channel media relay event.
Values
- Disconnect → const ChannelMediaRelayEvent
-
The user disconnects from the server due to poor network connections.
- Connected → const ChannelMediaRelayEvent
-
The user connects to the server.
- JoinedSourceChannel → const ChannelMediaRelayEvent
-
The user joins the source channel.
- JoinedDestinationChannel → const ChannelMediaRelayEvent
-
The user joins the destination channel.
- SentToDestinationChannel → const ChannelMediaRelayEvent
-
The SDK starts relaying the media stream to the destination channel.
- ReceivedVideoPacketFromSource → const ChannelMediaRelayEvent
-
The server receives the video stream from the source channel.
- ReceivedAudioPacketFromSource → const ChannelMediaRelayEvent
-
The server receives the audio stream from the source channel.
- UpdateDestinationChannel → const ChannelMediaRelayEvent
-
The destination channel is updated.
- UpdateDestinationChannelRefused → const ChannelMediaRelayEvent
-
The destination channel update fails due to internal reasons.
- UpdateDestinationChannelNotChange → const ChannelMediaRelayEvent
-
The destination channel does not change, which means that the destination channel fails to be updated.
- UpdateDestinationChannelIsNil → const ChannelMediaRelayEvent
-
The destination channel name is NULL.
- VideoProfileUpdate → const ChannelMediaRelayEvent
-
The video profile is sent to the server.
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<
ChannelMediaRelayEvent> - A constant List of the values in this enum, in order of their declaration.