NetworkDetectionStopReason enum
通话前网络探测停止的原因
Values
- user → const NetworkDetectionStopReason
-
用户主动停止
- timeout → const NetworkDetectionStopReason
-
开启探测时长已超过 3 分钟,已自动停止
- connectionLost → const NetworkDetectionStopReason
-
探测网络连接断开
当超过 12s 没有收到回复,SDK 将断开网络连接,并且不再尝试重连
- streaming → const NetworkDetectionStopReason
-
本地开始推拉流,停止探测
- innerErr → const NetworkDetectionStopReason
-
内部异常导致网络探测失败
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<
NetworkDetectionStopReason> - A constant List of the values in this enum, in order of their declaration.