mirror of https://github.com/OpenVidu/openvidu.git
ov-components: Remove debugger statement from setRecordingStarted method in RecordingService
parent
11ac3d32eb
commit
709779b7fd
|
@ -43,7 +43,6 @@ export class RecordingService {
|
||||||
setRecordingStarted(recordingInfo?: RecordingInfo, startTimestamp?: number) {
|
setRecordingStarted(recordingInfo?: RecordingInfo, startTimestamp?: number) {
|
||||||
// Register the start timestamp of the recording
|
// Register the start timestamp of the recording
|
||||||
// to calculate the elapsed time
|
// to calculate the elapsed time
|
||||||
debugger;
|
|
||||||
this.recordingStartTimestamp = recordingInfo?.startedAt || Date.now();
|
this.recordingStartTimestamp = recordingInfo?.startedAt || Date.now();
|
||||||
|
|
||||||
// Initialize the recording elapsed time
|
// Initialize the recording elapsed time
|
||||||
|
|
Loading…
Reference in New Issue