microsoft / MixedRealityToolkit

The MixedRealityToolkit is a collection of scripts and components intended to accelerate the development of mixed reality applications targeting Windows Mixed Reality.
MIT License
859 stars 277 forks source link

Hololens cannot discover available sessions when connected to Sharing Service on Azure #175

Open dangnlg2 opened 6 years ago

dangnlg2 commented 6 years ago

Hello, I am using two hololens to collaborate remotely from different geographical locations. I hosted the SharingService on Azure with ports 20601 and 20602 open. I can see when the two hololens connect to the SharingService on Azure using the HoloToolkit network monitoring tool, but the 2nd hololens (client) cannot find the session(s) that was created by the 1st hololens (host).

Any idea why this is happening?