Open stephenstarkie opened 5 years ago
Hello, the latest PeerCC sample code is available here - just change the reference to WebRtc.Org to use the NuGet package and it should work: https://github.com/webrtc-uwp/PeerCC
You can also find an in-progress rewrite of PeerCC which is meant to be simpler and easier to understand here. Note it's a work in progress so you may run into some issues: https://github.com/webrtc-uwp/PeerCC-XPlatform
I'll leave this open until this repo has been updated with the latest.
@jamescadd what does "just change the reference to WebRtc.Org to use the NuGet package" mean?
@Alexees you should see a reference (which is broken) to Org.WebRtc in the PeerConnectionClient project. Remove that reference, then go to "manage NuGet packages" and search for WebRTC; add the first result. Hth.
The latest samples still have references like this:
Include="..........\webrtc\windows\projects\msvc\Org.WebRtc.Universal\Org.WebRtc.vcxproj">
Can we please get a sample that uses a nuget package?
It's helpful to know that you folks are eating the same dishes we need to consume ;-)
I cloned the WebRTC-universal-samples and built \Samples\PeerCC-Sample PeerConnectionClient.WebRtc.sln - it compiled fine with WebRtc 1.62.1.1-Beta (as referenced when cloned). I tried to update the package to the latest (1.71.0.7) and there are many missing definitions in Conductor.cs. Using Object Browser shows that the changes between 1.62.1.1-Beta and 1.71.0.7 are VERY significant and I cannot find information about how to update the source to work - there doesn't seem to be a more recent sample.