Jerome Humbert
Jerome Humbert
MixedReality-WebRTC has been deprecated. We're no longer committing development resources to it, taking pull requests for it, or planning a replacement for it. The repository is archived; all sections are...
The WebRTC UWP SDK project currently hard-codes the version of Visual Studio to 2017. For consistency with the MixedReality-WebRTC libraries, it would be best to also compile the core implementation...
Disabling caching is essential for development, but is explained nowhere. The release notes mention ENABLE_CACHING, but without explanation. The documentation hints at disabling caching, but without explanation. I found over...
System.Numerics.Vectors reference assembly has reordered fields compared to runtime implementation
### Description We have a tool that generates some code based on a C# reference file. This file uses `System.Numerics.Vectors` for its math types. When we parse the `Vector4` and...