openvidu-test-e2e: fix custom layout broadcast test

pull/803/head
pabloFuente 2023-04-03 12:02:09 +02:00
parent 0296dcbd8e
commit 7060a0b06f
1 changed files with 2 additions and 1 deletions

View File

@ -3000,7 +3000,8 @@ public class OpenViduProTestAppE2eTest extends AbstractOpenViduTestappE2eTest {
try { try {
String BROADCAST_IP = TestUtils.startRtmpServer(); String BROADCAST_IP = TestUtils.startRtmpServer();
Map<String, Object> config = Map.of("OPENVIDU_PRO_SPEECH_TO_TEXT", "disabled", "OPENVIDU_RECORDING", true); Map<String, Object> config = Map.of("OPENVIDU_PRO_SPEECH_TO_TEXT", "disabled", "OPENVIDU_RECORDING", true,
"OPENVIDU_RECORDING_CUSTOM_LAYOUT", "/opt/openvidu/test-layouts");
restartOpenViduServer(config); restartOpenViduServer(config);
OpenViduTestappUser user = setupBrowserAndConnectToOpenViduTestapp("chrome"); OpenViduTestappUser user = setupBrowserAndConnectToOpenViduTestapp("chrome");