ContentInspectModule

Used to set the frequency of local screenshot uploads.

struct ContentInspectModule {
  CONTENT_INSPECT_TYPE type;
  unsigned int interval;
  base::VIDEO_MODULE_POSITION position;
};

Properties

type
Type of functional module. See CONTENT_INSPECT_TYPE.
interval
Frequency of local screenshot uploads, in seconds. This value must be greater than 0. The default value is 0, which means the SDK does not take screenshots. Agora recommends setting it to 10 seconds, and you can adjust it based on your business needs.
position
Position of the video observer. See VIDEO_MODULE_POSITION.