HardwareEchoDetectionResult enum

通话前回声检测结果

Inheritance

Constructors

HardwareEchoDetectionResult()
const

Values

canceled → const HardwareEchoDetectionResult

主动调用 RTCVideo.stopHardwareEchoDetection 结束流程时,未有回声检测结果。

unknown → const HardwareEchoDetectionResult

未检测出结果。建议重试,如果仍然失败请联系技术支持协助排查。

normal → const HardwareEchoDetectionResult

无回声。

poor → const HardwareEchoDetectionResult

有回声。

可通过 UI 提示建议用户使用耳机设备入会。

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<HardwareEchoDetectionResult>
A constant List of the values in this enum, in order of their declaration.