同步PD:日志系统

同步PD:6.7.1
This commit is contained in:
2024-07-10 09:41:58 +08:00
parent cff607eabb
commit 2d3f1064b3
27 changed files with 428 additions and 193 deletions

View File

@@ -242,7 +242,7 @@ public class SWManager extends BaseCacheManager {
// 功能模块的类型为视频截图上传
config.modules[0].type = ContentInspectConfig.CONTENT_INSPECT_TYPE_SUPERVISE;
// 视频截图上传的频率为 2 秒一次
config.modules[0].interval = 2;
config.modules[0].interval = 20;
mRtcEngine.enableContentInspect(true, config);
}