AgoraContentInspectModule Class Reference
Inherits from | NSObject |
---|---|
Declared in | AgoraObjects.h |
type
截图上传模块的类型。详见 AgoraContentInspectType 。
@property (assign, nonatomic) AgoraContentInspectType type
Declared In
AgoraObjects.h
interval
截图上传的间隔,单位为秒,取值必须大于 0。默认值为 0,表示不进行截图上传。
@property (assign, nonatomic) NSInteger interval
Discussion
推荐值为 10 秒,你也可以根据业务需求自行调整。
Declared In
AgoraObjects.h