Frage

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!

War es hilfreich?

Lösung

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...)

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top