This morning, I was working through the Mixed Reality 250 tutorial. I'm stuck with having one HoloLens join the session that the other HoloLens is currently hosting, because the selectable widget in the UIContainer prefab that should have the information on the hosted session is missing.
I followed all of the necessary steps there. It does deploy successfully through USB.
As someone in a post on the Windows Mixed Reality Developers Forum wrote, it doesn't matter how the software itself is deployed; it's the software itself that determines how two or more HoloLens headsets will share holograms among one another.
They are both connected to the same network on Wi-Fi. On One HoloLens, upon deployment by USB and starting it up [by selecting Start without Debugging in the Debug menu on Visual Studio 2017], I gaze over to the Start button, then I do an air tap gesture on it to start the session. As expected, the demo hologram does show up in front of me, and when I do an air tap with the cursor on it, I am able to move it around with my gaze and see the spatial mapping triangles.
On the other HoloLens, I deploy it by USB and start it up by clicking on [Start without Debugging]. The app does load, except I don't see an option for the hosted session the other HoloLens is running in the Available Sessions list. Even the Join button underneath it has the text completely gray.
I don't understand why I can't join a session on the client HoloLens even if it's on the same network. My two workmates told me that it may have to do with the network itself, but I'm not exactly sure because there may be something that has to do with the HoloLens headsets themselves, or my laptop I'm trying to deploy the solution from. Someone told me further on that I may need a router, but I am not exactly sure on that.
I followed the steps of the setup as is.
Versions of Windows Holographic on both HoloLens headsets are 10.0.14393.2007 and 10.0.14393.448. I don't know if updating the versions would make a difference.
The end goal here is to see if following Mixed Reality 250 can be useful for a project under an NDA where we wanted to deploy it to the HoloLens and enable Spectator View.
I am a university student, and this is my last week of an internship I'm completing.