清空级联录像记录 #672

pull/685/head
648540858 2022-11-25 11:17:48 +08:00
parent fa2ccb4ec8
commit 0629d4cf0d
1 changed files with 1 additions and 0 deletions

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) {