I am in the process of setting up Twilio Video on my server and have successfully installed the PHP server. The iOS versions of the Twilio video starter app can access this server without any issues.
My main query revolves around customizing the Twilio Javascript version to run on my server as well. I would like the JavaScript server to utilize the existing PHP server and ensure that the JavaScript version is accessible from a page on my domain.
I need guidance on how to modify the JavaScript version to integrate it with the PHP server and how to change the URL from localhost:3000 to domain.com/videochat.
Your assistance in this matter will be greatly appreciated. Thank you in advance.