mirror of https://github.com/OpenVidu/openvidu.git
openvidu-test-e2e: fix custom layout broadcast test
parent
0296dcbd8e
commit
7060a0b06f
|
@ -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");
|
||||||
|
|
Loading…
Reference in New Issue