openvidu-deployment-tester: Move documentation text

pull/797/head
cruizba 2023-03-29 21:46:31 +02:00
parent bb2a1f6c39
commit 6f6a6ad7e8
1 changed files with 6 additions and 5 deletions

View File

@ -79,11 +79,6 @@ docker run --shm-size 2G openvidu/openvidu-deployment-tester:<OPENVIDU_VERSION>
### 2. Session tests (with OpenVidu Call)
To execute these tests you need these parameters to be configured in the `.env` file of OpenVidu:
```
OPENVIDU_RECORDING=true
```
**1. OpenVidu CE/PRO/ENTERPRISE with OpenVidu Call test (Chrome)**
@ -124,6 +119,12 @@ docker run --shm-size 2G openvidu/openvidu-deployment-tester:<OPENVIDU_VERSION>
### 3. Recording and sessions tests (with OpenVidu Call and OpenVidu Recording)
To execute these tests you need these parameters to be configured in the `.env` file of OpenVidu:
```
OPENVIDU_RECORDING=true
```
**1. OpenVidu CE/PRO/ENTERPRISE with OpenVidu Call and OpenVidu Recording test (Chrome)**
```bash