How to deploy insecure-js on custom endpoint?

ΙI’m trying to deploy the insecure-js app. I’ve already installed OpenVidu server. What should I do now? I’ve placed the source files in the /var/www/html/ but I want to change the endpoint. For example https://AMAZON_URL_OR_YOUR_CUSTOM_DOMAIN/call

Hi angi. This is a problem related with how to deploy a web, not OpenVidu. If you want this url, maybe you need to configure an nginx server pointing to this url, or just serve the static files and configure a web server to point to this enpoint. I’m sorry but that is not related with OpenVidu itself.