I need to do a video chat application in my appplication. I have used "twilio" to do that. For that I installed node.js and git. The problem is my asp.net application runs on "http://localhost:50219/MedApp_Application/Home.aspx" and video application run on "http://localhost:3000/quickstart/". how can I include video chat to asp.net application.
http://localhost:50219/MedApp_Application/Home.aspx
http://localhost:3000/quickstart/
via Abdu