NetworkDetectionStartReturn enum

Returned result from the SDK by calling RTCVideo.startNetworkDetection.

Inheritance

Constructors

NetworkDetectionStartReturn()
const

Values

success → const NetworkDetectionStartReturn

Successfully initiated detection.

paramError → const NetworkDetectionStartReturn

Failed to start detection. Both isTestUplink and isTestDownlink are false, or the expected bandwidth exceeds the range 100,10000.

streaming → const NetworkDetectionStartReturn

Failed to start detection. Local user has already started to publish and receive streams.

started → const NetworkDetectionStartReturn

Already in a detection.

notSupport → const NetworkDetectionStartReturn

This function is not supported.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

values → const List<NetworkDetectionStartReturn>
A constant List of the values in this enum, in order of their declaration.