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

Can a C ++ version of the user manual #751

Open zhuisa opened 3 years ago

zhuisa commented 3 years ago

Hi! I am very happy to find this SDK for HoloLens video and audio communication. However, there are only c# and unity vesion documents, not a c++ version document. I am a c++ and unreal developer. I want to use this SDK in unreal by c++ or blueprint. Can you provide a C ++ or Unreal user manual document. Looking forward your replay!

dgtvan commented 3 years ago

According to the introduction page, the library provides the same API on both C# and C++. image image Therefore, you should be able to reference the C# sample to implement your own C++ version.

You should check out the source code for more details.