ZegoStreamCensorshipMode enum
推流审查模式
Constructors
- ZegoStreamCensorshipMode()
-
const
Values
- None → const ZegoStreamCensorshipMode
-
不审查
- Audio → const ZegoStreamCensorshipMode
-
仅审查流中的音频
- Video → const ZegoStreamCensorshipMode
-
仅审查流中的视频
- AudioAndVideo → const ZegoStreamCensorshipMode
-
审查流中的音频和视频
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<
ZegoStreamCensorshipMode> - A constant List of the values in this enum, in order of their declaration.