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

Question: c# WPF .Net framework wrapper/API for WinRTC #141

Open dc-ucw opened 3 years ago

dc-ucw commented 3 years ago

Hi, I am wanting to use WebRTC in a c# WPF .net framework app. I would like to use WinRTC. A couple of questions:

(1) on your roadmap will you be building wrappers for .Net that can be consumed my WPF.Net fremworks apps - what is the approximate time frame?

(2) If I am impatient, can I simple do a wrapper of your CPP libraries or will I bump into restrictions with it being UWP? (I am not a CPP or a UWP developer, bu I might be able to figure out a wrapper).

thanks for the help

dc

geocine commented 2 years ago

@dc-ucw were you able to find a solution?