Search code examples
uwpwebrtcwindows-mixed-realityuwp-c#

Using MixedReality.WebRTC.UWP in a WinForm App


Is it possible to use the Microsoft.MixedReality.WebRTC.UWP library in a legacy C# WinForm Application, built with .NET Framework 4.5.1 and Visual Studio 2017?

Thanks!


Solution

  • is it possible to use the Microsoft.MixedReality.WebRTC.UWP library in a legacy C# WinForm Application.

    I'm afraid, you can't use Microsoft.MixedReality.WebRTC.UWP library in a legacy C# WinForm Application. For your requirement, the better way is use .NET Core 3.0 to create a C# Desktop application then install Microsoft.MixedReality.WebRTC nuget package. For more detail please refer this document.