ContentInspectModule
ContentInspectModule structure used to configure the frequency of local screenshot uploads.
export class ContentInspectModule {
type?: ContentInspectType;
interval?: number;
position?: VideoModulePosition;
}
Properties
- type
- Type of function module. See ContentInspectType.
- interval
- Interval for local screenshot uploads in seconds. The value must be greater than 0. Default is 0, which means no screenshot upload. Recommended value is 10 seconds, but you can adjust it based on your business needs.
- position
- Position of the video observer. See VideoModulePosition.