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

Cannot open input file 'C:\winrtc\samples\MyFirstWinRtc\VideoConferencing\packages\Microsoft.WinRTC.libwebrtc.uwp.84.0.14170001-alpha\lib\native\Debug\x64\v142\webrtc.lib' #119

Open truongtin opened 3 years ago

truongtin commented 3 years ago

Description: I've built this videoconference sample project in D:\ But I don't know why errors is noticed at C:\ like this Cannot open input file 'C:\winrtc\samples\MyFirstWinRtc\VideoConferencing\packages\Microsoft.WinRTC.libwebrtc.uwp.84.0.14170001-alpha\lib\native\Debug\x64\v142\webrtc.lib'. Build fails with "Cannot open input file webrtc.lib" Do you know how to set the linker setting for this case? Thank you

lucoiso commented 3 years ago

I had this problem too, solved putting in the release-x64 configuration

Eelam commented 3 years ago

I tried the example with release-x64 configuration, still it does not work on the latest version of Visual Studio 2019 (16.9.1). NuGet fails to install ‘Microsoft.WinRTC.libwebrtc.uwp’ alpha or beta.

Any example or document for .Net C# version of WinRTC?

ManjitBeeSys commented 1 year ago

I am facing same problem mentioned above https://github.com/microsoft/winrtc/issues/119#issue-815234597