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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: Is there example using WebRTCWrapper in UWP app.

halaharr opened this issue · comments

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

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