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
909 stars 283 forks source link

but can I use this library in Blazor (WebAssembly) project? #354

Open alexan1 opened 4 years ago

alexan1 commented 4 years ago

Describe the problem A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

djee-ms commented 4 years ago

Frankly, I have absolutely no idea. I didn't even know about Blazor before today. I have no idea how Blazor works. I image that this will not work because our C# library does some P/Invoke call to a native library (mrwebrtc.dll), and I don't think WebAssembly supports that. But I could be wrong; I don't know much about WebAssembly.