Start and Stop Recordings

Hi,
I developed a OpenVidu CE server to test this product.
Now I can make a video call but I can’t start a recording.
The server is based on Debian 10 and the OpenVidu application running on docker
I’m interested on Compose recording and the documentation tell that is the right product.
In the .env file (docker file) I setup the variables:
OPENVIDU_RECORDING=true OPENVIDU_RECORDING_DEBUG=true OPENVIDU_RECORDING_PATH=/opt/openvidu/recordings

The recordings didn’t start.
Can any one help me to understand how starting a video recording?
Is it possible have some example on php or js
thanks

Check our examples

Java → OpenVidu Docs

Node → OpenVidu Docs

Thank you for replay
I tried to use Node tutorial but when try to open session the web page don’t make me login in the session and from console i receive this error:
App listening on port 5000
Getting a token | {sessionName}={SessionB}
New session SessionB
(node:6614) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to ‘0’ makes TLS connections and HTTPS requests insecure by disabling certificate verification.
at getAllowUnauthorized (node:internal/options:17:13)
at Object.connect (node:_tls_wrap:1593:29)
at Agent.createConnection (node:https:147:22)
at Agent.createSocket (node:_http_agent:341:26)
at Agent.addRequest (node:_http_agent:292:10)
at new ClientRequest (node:_http_client:305:16)
at Object.request (node:https:357:10)
at RedirectableRequest._performRequest (/openvidu-tutorials/openvidu-recording-node/node_modules/follow-redirects/index.js:265:24)
at new RedirectableRequest (/openvidu-tutorials/openvidu-recording-node/node_modules/follow-redirects/index.js:61:8)
at Object.request (/openvidu-tutorials/openvidu-recording-node/node_modules/follow-redirects/index.js:456:14)

Could you please give me some help