mirror of https://github.com/OpenVidu/openvidu.git
openvidu-test-e2e: check composed audio-only duration fix
parent
2bde31383a
commit
9c40b4e59c
|
@ -1431,7 +1431,7 @@ public class OpenViduTestAppE2eTest {
|
||||||
recPath = recordingsPath + SESSION_NAME + "-1/";
|
recPath = recordingsPath + SESSION_NAME + "-1/";
|
||||||
recording = new OpenVidu(OPENVIDU_URL, OPENVIDU_SECRET).getRecording(SESSION_NAME + "-1");
|
recording = new OpenVidu(OPENVIDU_URL, OPENVIDU_SECRET).getRecording(SESSION_NAME + "-1");
|
||||||
this.checkMultimediaFile(new File(recPath + recording.getName() + ".webm"), true, false,
|
this.checkMultimediaFile(new File(recPath + recording.getName() + ".webm"), true, false,
|
||||||
recording.getDuration() * 1000, null, "opus", null);
|
recording.getDuration(), null, "opus", null);
|
||||||
|
|
||||||
// Check video-only INDIVIDUAL recording
|
// Check video-only INDIVIDUAL recording
|
||||||
recPath = recordingsPath + SESSION_NAME + "-2/";
|
recPath = recordingsPath + SESSION_NAME + "-2/";
|
||||||
|
|
Loading…
Reference in New Issue