NERtcChannelMediaRelayEvent class
媒体流转发回调事件
Constructors
Properties
- hashCode → int
-
The hash code for this object.
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
- audioSentSuccess → const int
- 音频媒体流成功转发到目标房间
- connected → const int
- 连接服务器成功
- connecting → const int
- 正在连接服务器,开始尝试转发媒体流
- disconnect → const int
- 媒体流转发停止
- failure → const int
- 媒体流转发失败。原因包括:
- otherStreamSentSuccess → const int
- 屏幕共享等其他媒体流成功转发到目标房间
- videoSentSuccess → const int
- 视频媒体流成功转发到目标房间