清空级联录像记录 #672

This commit is contained in:
648540858 2022-11-25 11:17:48 +08:00
parent fa2ccb4ec8
commit 0629d4cf0d

View File

@ -35,6 +35,7 @@ public class RecordEndEventListener implements ApplicationListener<RecordEndEven
recordEndEventHandler.handler(event.getRecordInfo());
}
}
handlerMap.clear();
}
public void addEndEventHandler(String device, String channelId, RecordEndEventHandler recordEndEventHandler) {