Sephrial
Sephrial

Reputation: 1207

Are there any peer-to-peer web conferencing API's for .NET?

I'm wondering if anyone has experience building an application like Skype (peer-to-peer), and what technologies and software packages you leveraged? I haven't been able to find a .Net API to build a web conferencing application, but I guess I'm open to any platform. Thanks!

Upvotes: 2

Views: 790

Answers (1)

Brian Driscoll
Brian Driscoll

Reputation: 19635

There are a bunch of APIs out there for different component aspects of web conferencing, but there's no single API that I know of that will cover all your bases for you. For instance, to handle the webcam portion of things using DirectShow.NET (Tutorial and download). For the peer-to-peer chat/IM aspect of things you can check out this WPF/WCF application

I hope that helps you to get started.

Upvotes: 1

Related Questions