完成了多房间查看的逻辑重构

在停止直播后会退出当前房间
This commit is contained in:
董宏宇
2021-03-11 12:54:18 +08:00
parent 95a2b099a0
commit 80299c4ef9
14 changed files with 531 additions and 401 deletions

View File

@@ -54,7 +54,7 @@ public class MoGoApplication extends MultiDexApplication {
// 设置车机设备的唯一标识(这些表识必须是通过后台录入的设备)
clientConfig.setThirdPartyDeviceId(Devices.getSn());
// 设置应用服务AppId 长链、鉴权 //todo 需要卸载智慧驾驶、行车记录仪
clientConfig.setServiceAppId("com.mogo.launcher");
clientConfig.setServiceAppId("com.zhidao.carcorder");
// 设置循环检测间隔时间
clientConfig.setLoopCheckDelay(15 * 1000);
// 设置是否属于高精定位设备