microsoft / MixedReality-WebRTC

MixedReality-WebRTC is a collection of components to help mixed reality app developers integrate audio and video real-time communication into their application and improve their collaborative experience
https://microsoft.github.io/MixedReality-WebRTC/
MIT License
913 stars 283 forks source link

Dependency error: mrwebrtc #738

Closed salemxd closed 3 years ago

salemxd commented 3 years ago

Describe the bug When I try to run the code i get an runtime error: Could not load mrwebrtc DLL file: The specified module could not be found. (Exception from HRESULT: 0x8007007E)

To Reproduce Steps to reproduce the behavior:

  1. Open a new project.
  2. Use any function from the library.
  3. Run the code and wait for the error.

Expected behavior No error.

Environment Please fill the information for each peer if different

Additional context I have tried to install every dependency from the Nuget-package manager but it still doesn't seem to work :( I've been following the tutorial but there is maybe something i'm missing.