Poorya
Poorya

Reputation: 1320

Easiest options of video chat for asp.net

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!

Upvotes: 1

Views: 2043

Answers (1)

Poorya
Poorya

Reputation: 1320

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

Upvotes: 1

Related Questions