Merge pull request #419 from nikmu/wvp-28181-2.0

目录订阅推送问题,在线事件发送问题
This commit is contained in:
648540858
2022-04-02 18:23:50 +08:00
committed by GitHub
2 changed files with 7 additions and 5 deletions

View File

@@ -327,7 +327,7 @@ public class NotifyRequestProcessor extends SIPRequestProcessorParent implements
}
if (offLineDetector.isOnline(deviceId)) {
if (!offLineDetector.isOnline(deviceId)) {
publisher.onlineEventPublish(device, VideoManagerConstants.EVENT_ONLINE_MESSAGE);
}
}