ContentInspectModule class

A ContentInspectModule structure used to configure the frequency of video screenshot and upload.

Annotations
  • @JsonSerializable(explicitToJson: true, includeIfNull: false)

Properties

hashCode int
The hash code for this object.
no setterinherited
interval int?
The frequency (s) of video screenshot and upload. The value should be set as larger than 0. The default value is 0, the SDK does not take screenshots. Agora recommends that you set the value as 10; you can also adjust it according to your business needs.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ContentInspectType?
Types of functional module. See ContentInspectType.
final

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