AgoraContentInspectModule
AgoraContentInspectModule
结构体,用于配置本地截图上传的频率。
Objective-C
__attribute__((visibility("default"))) @interface AgoraContentInspectModule: NSObject
@property (assign, nonatomic) AgoraContentInspectType type;
@property (assign, nonatomic) NSInteger interval;
@end
type
功能模块的类型。详见 AgoraContentInspectType。
interval
本地截图上传的间隔,单位为秒,取值必须大于 0。默认值为 0,表示不进行截图上传。推荐值为 10 秒,你也可以根据业务需求自行调整。