礼物墙功能

This commit is contained in:
Martin
2024-07-13 09:27:11 +08:00
parent eb9f615f70
commit 7edd75e223
46 changed files with 1017 additions and 18 deletions

View File

@@ -243,7 +243,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);
}