microsoft / MixedReality-WebRTC

MixedReality-WebRTC is a collection of components to help mixed reality app developers integrate audio and video real-time communication into their application and improve their collaborative experience
https://microsoft.github.io/MixedReality-WebRTC/
MIT License
908 stars 282 forks source link

Alternative Signalling Servers #169

Open astaikos316 opened 4 years ago

astaikos316 commented 4 years ago

Has anyone managed to get a different signalling server to work with the unity integration? I have attempted to try and get a websockets server connection but have been stuck on how to proceed.

djee-ms commented 4 years ago

What problem are you having @astaikos316 ? Did you look at the NamedPipeSignaler example in the docs?

sipsorcery commented 4 years ago

This PR #184 shows one way a web socket can be used for signalling.