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

What is the WinRTC nuget source URI? #114

Closed dkmoon closed 3 years ago

dkmoon commented 3 years ago

Hi,

The document says the nuget source is now public. But I cannot locate its URI information. (Tried to look up Microsoft.WinRTC.libwebrtc.uwp from the default nuget, but I didn't have a luck..)

Best regards,

DK

dkmoon commented 3 years ago

Answering to my own question.. It turned out that I don't need to set up a private nuget source for WinRTC. It's already in nuget.org. But I had to look up after ticking "Include prerelease". (Please refer to an attached image)

image

osaghaso commented 3 years ago

Thanks @dkmoon for pointing this out. I will update the readme to reflect this to help other people too.

Thank You