|
@@ -125,7 +125,7 @@ public class WebSocketMobileServer implements Concurrently {
|
|
|
if (Objects.nonNull(webSocketOeServer.getRecordId()) && webSocketOeServer.getRecordId().longValue() == this.recordId.longValue()) {
|
|
|
Map map = new HashMap<>();
|
|
|
map.put(SystemConstant.RECORD_ID, this.recordId);
|
|
|
- map.put("monitorVideoSource", this.source.name());
|
|
|
+ map.put("source", this.source.name());
|
|
|
WebsocketDto websocketDto = new WebsocketDto(WebsocketTypeEnum.MOBILE_MONITOR_STOP.name(), map);
|
|
|
webSocketOeServer.sendMessage(websocketDto);
|
|
|
}
|