Skip to content

Commit

Permalink
feat: merge develop
Browse files Browse the repository at this point in the history
  • Loading branch information
begong313 committed Dec 4, 2024
2 parents 34f7133 + dc01111 commit 06cc915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/media/src/record/recordInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export class RecordInfo {
console.log('FFmpeg error:1', err);
})
.on('end', () => {
// this.ncpService.uploadFile(filePath, remoteFileName, roomId);
this.ncpService.uploadFile(filePath, remoteFileName, roomId);
unlinkSync(sdpFilePath);
this.ffmpegProcess = null;
this.clearStream();
Expand Down

0 comments on commit 06cc915

Please sign in to comment.