I am trying to setup Twilio Video on my server.
I have the PHP server running on my server. I can access that server in the iOS versions of the Twilio video starter app.
My question is, how I can edit the Twilio Javascript version so I can make it run on my server too?
I want the Javascript server to use the PHP server and to make the Javascript version accessible from a page on my domain.
I'm not sure how to change the Javascript version to use the PHP server that is already running and how to change the address that the Javascript version is at (instead of localhost:3000 to be domain.com/videochat).
Thanks in advance.