microsoft / winrtc

The WinRTC project hosts everything needed to build apps with interoperable real time communications for modern Windows. It brings the power of WebRTC to modern Windows apps written in C#, C++ and VB. WinRTC enables real-time voice calling, video chat and data functionality (file transfer etc.) with web browsers via WebRTC.
344 stars 67 forks source link

Server and application implementation through WinRTC #121

Open SID9-HoneyBee opened 3 years ago

SID9-HoneyBee commented 3 years ago

I am developing an application in UWP and WPF using C#.

Through WinRTC Can you implement a project where multiple people exchange the application screen and webcam video in real time?

And can it be freely connected to Android or other platforms?