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

Is there a documentation explaining the how the consuming lib/app can use functionalities exposed from WinRtc? #110

Open KarthikRichie opened 3 years ago

KarthikRichie commented 3 years ago

I'm looking for a documentation (somewhat similar to https://microsoft.github.io/MixedReality-WebRTC/manual/cs/cs-peerconnection.html) explaining the usage of classes (like PeerConnection, adding or removing audio/video tracks etc) defined in WinRTC. Currently, I don't see one available. Any ideas if it is in the roadmap or can I expect anytime sooner?