문제

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!

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top