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 WinRTC example using C#? #113

Open halaharr opened 3 years ago

halaharr commented 3 years ago

Hi, I am trying to use WebRTC for my UWP app using C#. Looks like WebRTC for UWP is deprecated. How can use WINRTC in my UWP app? Can I download the package into my UWP app and start using? If so are there any examples?

Thanks

osaghaso commented 3 years ago

Hi @halaharr,

We are currently working on a C# sample to make available to public. You can clone our repo and use the WebRTCWrapper on your C# uwp.

SID9-HoneyBee commented 3 years ago

@osaghaso I'm trying to use WebRTC for UWP and WPF apps using C#.

When can I check the example?

Can you understand WinRTC as Microsoft's WebRTC support project?

Can you develop both a server and a client to implement WebRTC through WinRTC?