The MixedRealityToolkit is a collection of scripts and components intended to accelerate the development of mixed reality applications targeting Windows Mixed Reality.
On our solution we are currently using de default google stun server, and we are not providing any TURN server. Most of the times when we try to make a call between peers that are not in the same network the ICE process fails and the there is not a simple way to retry it using the current API. The WebRTC javascrit peerConnection object has a method "restartIce", is there an equivalent of this meth
This is a MixedRealityToolkit style repository for code bits and components that may not run directly on Microsoft HoloLens or immersive headsets but instead pair with them to build experiences.
Marker tracking using the front-facing camera of HoloLens (both 1 and 2) and Unity, with a wrapper of ARToolKit built for UWP (Windows Universal Platform)
This Unity plugin makes the HoloLens video camera frames available to a Unity app in real time. This enables Unity devs to easily use the HoloLens camera for computer vision (or anything they want).
On our solution we are currently using de default google stun server, and we are not providing any TURN server. Most of the times when we try to make a call between peers that are not in the same network the ICE process fails and the there is not a simple way to retry it using the current API. The WebRTC javascrit peerConnection object has a method "restartIce", is there an equivalent of this meth