The PeerCC sample application includes both Unity and XAML front ends. This document describes the process of building the sample.
Note: The Unity sample requires a full clone of the WebRTC UWP SDK due to additional dependencies on
MediaEngine
andWebRtcSchema
. The PeerCC-Sample repo does not include Unity support, though they both use the same NuGet package. The instructions below assume you have followed the instructions in the webrtc-uwp-sdk repo.
webrtc\windows\solutions\WebRtcUnity.sln
solution, select x86 platform and build PeerConnectionClientUnityCore
project. The build procedure produces WebRTC libraries, WebRTC for UWP wrapper component and deploys WebRTC and Peer Connection Client Core libraries to the Unity project space.common\windows\samples\PeerCC\ClientUnity
in Unity EditorPeerCCUnity\Package.appxmanifest
:
``````
PeerCCUnity.sln
from the export folder, build the PeerCCUnity
project and run the application on the device