mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: remove duplicated recordingStopped event
parent
a89b12d682
commit
3444b7a803
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue