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.
346 stars 68 forks source link

Question: Is there example using WebRTCWrapper in UWP app. #115

Open halaharr opened 3 years ago

halaharr commented 3 years ago

Hi, I am not able to even compile the WebRTCWrapper in my UWP app. Is there a example on how to use it? I get the following error when I try to compile it.

Thanks

Severity Code Description Project File Line Suppression State Error This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is ..\packages\Microsoft.WinRTC.libwebrtc.80.0.11-alpha\build\native\Microsoft.WinRTC.libwebrtc.props. WebRtcWrapper C:\Projects\UWP\App3WinRTC\WebRtcWrapper\WebRtcWrapper.vcxproj 231

osaghaso commented 3 years ago

You need to download a Microsoft.WinRTC.libwebrtc.uwp NuGet from Nuget.org and that should fix your issues.