NEPreviewRoomEventCallback class

预览房间事件监听器

Constructors

NEPreviewRoomEventCallback({RtcVirtualBackgroundSourceEnabledCallback? rtcVirtualBackgroundSourceEnabled, RtcLastmileQualityCallback? rtcLastmileQuality, RtcLastmileProbeResultCallback? rtcLastmileProbeResult})

Properties

hashCode int
The hash code for this object.
no setterinherited
rtcLastmileProbeResult RtcLastmileProbeResultCallback?
报告通话前网络上下行 last mile 质量。
getter/setter pair
rtcLastmileQuality RtcLastmileQualityCallback?
报告本地用户的网络质量。
getter/setter pair
rtcVirtualBackgroundSourceEnabled RtcVirtualBackgroundSourceEnabledCallback?
虚拟背景开关是否生效 NERoomVirtualBackgroundSourceStateReason
getter/setter pair
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