openvidu-server: remove duplicated recordingStopped event

pull/375/head
pabloFuente 2019-07-16 11:45:19 +02:00
parent a89b12d682
commit 3444b7a803
1 changed files with 0 additions and 1 deletions

View File

@ -330,7 +330,6 @@ public class ComposedRecordingService extends RecordingService {
filesPath + RecordingManager.RECORDING_ENTITY_FILE + recording.getId());
final long timestamp = System.currentTimeMillis();
this.cdr.recordRecordingStopped(recording, reason, timestamp);
this.cdr.recordRecordingStatusChanged(recording, reason, timestamp, recording.getStatus());
if (session != null && reason != null) {