Thursday, 11 May 2017

how can I integrate video chat in asp.net application?

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