I assume I have some problems in using openvidu-call

Although I have changed CALL_PRIVATE_ACCESS into DISABLED from openvidu-call-back/src.callcontrollers.ts to allow no login process, but the call-back server didn’t reflect the change. Every time, I fix the code the server doesn’t reflect changes, I had to reinstall every time.

You can disable CALL_PRIVATE_ACCESS = process.env.CALL_PRIVATE_ACCESS || ‘DISABLED’; from config.ts

Configuration parameters for OpenVidu Call backend

1 Like