Skip to content

Commit

Permalink
Update OpenViduTestAppE2eTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloFuente authored Feb 14, 2025
1 parent 96968ae commit d10dee4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4576,7 +4576,7 @@ void ipCameraTest() throws Exception {

restClient.rest(HttpMethod.POST, "/openvidu/api/recordings/stop/" + recId, HttpURLConnection.HTTP_OK);
CustomWebhook.waitForEvent("recordingStatusChanged", 1); // Stopped
CustomWebhook.waitForEvent("recordingStatusChanged", 1); // Ready
CustomWebhook.waitForEvent("recordingStatusChanged", 10); // Ready

Recording recording = new OpenVidu(OPENVIDU_URL, OPENVIDU_SECRET).getRecording(recId);
this.recordingUtils.checkIndividualRecording(recPath + recId + "/", recording, 1, "opus", "vp8", true);
Expand Down

0 comments on commit d10dee4

Please sign in to comment.