NERtcConnectionStateChangeReason class

频道连接状态变更原因

Constructors

NERtcConnectionStateChangeReason()

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
Returns a string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited

Constants

channelClosed → const int
房间被关闭
2
joinChannel → const int
加入房间
5
joinChannelFailed → const int
加入频道失败
11
joinSucceed → const int
加入房间成功
6
leaveChannel → const int
离开房间
1
mediaConnectionDisconnected → const int
媒体连接断开
8
rejoinSucceed → const int
重新加入房间成功(重连)
7
requestChannelFailed → const int
请求频道失败
10
serverKicked → const int
用户被踢
3
signalDisconnected → const int
信令连接断开
9
timeout → const int
超时离开
4