openvidu-test-e2e: check composed audio-only duration fix

pull/203/head
pabloFuente 2019-02-04 11:58:38 +01:00
parent 2bde31383a
commit 9c40b4e59c
1 changed files with 1 additions and 1 deletions

View File

@ -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/";