Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.
Options

about clientroles

Hey guys, so basically we're doing a school project thing with a bunch of hololens, and so what we want is that the primary client controls a bunch of stuff like spawning illusions etc, and broadcasts this out to all the other people that have connected.
So is there any way for this to be done automatically, so that the first person connecting to the sharingservice gets ClientRole primary, and everybody else is secondary? Or is there some way to do this manually? If we have to do it manually, then I was thinking about some kind of scheme where we just broadcast out asking if anybody has connected, if we get a reply make them secondary, else keep them primary?
And also, is this what the purpose of ClientRole is? Or should we just have some extra field like boolean isHost?

Sign In or Register to comment.