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
905 stars 280 forks source link

signaling server #136

Open Muhayyuddin opened 4 years ago

Muhayyuddin commented 4 years ago

I would like to know that can we use the existing signaling server ( https://github.com/Microsoft/WebRTC-universal-samples/tree/master/Samples/PeerCC-Sample/Server ) that is available with PeerCC example?

Which part of the VideoChat Example should I modify to make it work with the precompiled signaling server for the video call between unity and PeerCC-Sample?

djee-ms commented 4 years ago

Hi- I don't know about that server. You can look at the docs "Implementing a custom signaler" to get started, but you need to know how that signaling server works.