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
909 stars 283 forks source link

Non-unique Unity-generated node-dss peer identifier on same machine #38

Closed djee-ms closed 4 years ago

djee-ms commented 5 years ago

When running an instance of the Unity editor and an instance of the PC build of the Unity sample on the same machine, the Unity-generated "unique" peer ID for node-dss is the same, which prevents connecting. The unique ID should be per instance, not per machine.

djee-ms commented 5 years ago

For reference:

djee-ms commented 4 years ago

Removed the generated unique identifier to let developers chose their own preferred approach. The only requirement for node-dss is the unity of the two peer IDs.

This should make debugging as easy and convenient as before, while being more explicit. Closing this issue which actually points at the ID being controlled by MixedReality-WebRTC, which is not the case.