Any good video chat APIs that I could integrate into an ASP.NET MVC 2 web application?

I am looking for a good video conferencing API that I could use in my ASP.NET MVC 2 web application. I would like something to be easy to use and compatible with as many browsers on a Mac and PC as possible. I found TokBox, but it uses flash, and it does not integrate too well in aspx representation. But something very similar would be great: I want to be able to easily connect random people with sessions and streams like ChatRoulette.

+7
source share
1 answer

This answer should help you. Basically, the author suggests using a draft HTML Media Capture of Html5.

Also the second answer in the same question gives a good imo suggestion.

+1
source

All Articles