[Add]增加了是否开启自定义采集配置isExpressEngine

This commit is contained in:
donghongyu
2021-11-26 11:44:04 +08:00
parent b2da61cabe
commit a7ec0ff43e
7 changed files with 43 additions and 33 deletions

View File

@@ -111,6 +111,7 @@ public class TrafficLiveCurrentManager
String sn = MoGoAiCloudClient.getInstance().getAiCloudClientConfig().getSn();
// 初始化配置文件
MoGoLivePushConfig mLivePushConfig = MoGoLivePushConfig.getInstance();
// 自己对sn
mLivePushConfig.setDevicesId(sn);
// 登录要查看的SN房间
MoGoLiveManager.getInstance().loginMultiRoom(liveSn);