NERtcChannelMediaRelayEvent class Null safety

Media relay events

Constructors

NERtcChannelMediaRelayEvent()

Properties

hashCode int
The hash code for this object.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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

audioSentSuccess → const int
The audio stream is relayed to the destination room
4
connected → const int
The SDK is connected to the server
2
connecting → const int
The SDK is connecting to the server and is trying to relay the media stream
1
disconnect → const int
Media stream relay stops
0
failure → const int
Failed to relay media streams. /// Possible reasons:
100
otherStreamSentSuccess → const int
Other media streams such as screen sharing are relayed to the destination room
5
videoSentSuccess → const int
The video stream is relayed to the destination room
3