Skip to content

Commit

Permalink
openvidu-server: remove extra slash in RecordingManager test path
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloFuente committed Sep 27, 2023
1 parent a30d3c5 commit 8a4cc40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ protected void checkRecordingPaths(String openviduRecordingPath, String openvidu
log.info("OpenVidu Server has write permissions on recording path: {}", openviduRecordingPath);
}

final String testFolderPath = openviduRecordingPath + "/TEST_RECORDING_PATH_" + System.currentTimeMillis();
final String testFolderPath = openviduRecordingPath + "TEST_RECORDING_PATH_" + System.currentTimeMillis();
final String testFilePath = testFolderPath + "/TEST_RECORDING_PATH"
+ openviduConfig.getMediaServer().getRecordingFileExtension();

Expand Down

0 comments on commit 8a4cc40

Please sign in to comment.