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

localUserID not as expected

I'm trying to implement some behavior based on who is joining the shared session first. My ides was to use the localUserID.
I thought the ID is delivered by the SharingService from the HoloToolkit and will be incremented with each client joining the session.

But I get the following ids ordered by joining time:
-810359159 (0x89E6B2CFFFFFFFFF)
-1867875886 (0xD279AA90FFFFFFFF)
1050582449 (0xB19D9E3E00000000)
-1596848463 (0xB106D2A0FFFFFFFF)

Is the Id created locally and then transmitted to the sharing service?
Which means it's a device specific id and not incremented with each client joining the session.

Sign In or Register to comment.