完成向上级联->点播--增加了sdp解析

修复修改平台主键带来的bug
This commit is contained in:
panlinlin
2021-01-15 17:21:02 +08:00
parent cf8a22f50b
commit 503f891c9e
21 changed files with 976 additions and 81 deletions

View File

@@ -45,11 +45,11 @@ public class SipPlatformRunner implements CommandLineRunner {
ParentPlatformCatch parentPlatformCatch = new ParentPlatformCatch();
parentPlatformCatch.setParentPlatform(parentPlatform);
parentPlatformCatch.setId(parentPlatform.getDeviceGBId());
parentPlatformCatch.setId(parentPlatform.getServerGBId());
redisCatchStorage.updatePlatformCatchInfo(parentPlatformCatch);
// 发送平台未注册消息
publisher.platformNotRegisterEventPublish(parentPlatform.getDeviceGBId());
publisher.platformNotRegisterEventPublish(parentPlatform.getServerGBId());
}
}
}