Pregunta

I'm looking for a way to add video call to my web application which is in ASP.net webforms. Is there any opensource application available ?

Note: I need only peer to peer connection!

thanks in advance!

¿Fue útil?

Solución

I Figured that easiest way is to use WebRTC which makes everything much easier.However, minor differences between browsers might cause concerns regarding compatibility. therefore, I suggest if anyone wants to use WebRTC in ASP.net using C# (as I did) can use XSockets WebRTC API.

There is anouther option which might cause a little more trouble but still worth trying is EasyRTC (might need some time to figure how to work with Node.js or iisnode...)

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top