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
898 stars 277 forks source link

Typo in C# Tutorial Desktop #848

Open mkrause-nps opened 2 years ago

mkrause-nps commented 2 years ago

Describe the bug In the C# Tutorial (Desktop), paragraph Establishing a WebRTC connection, point 4, the code snippet contains the line signaler.Stop();. That method doesn't exist. It should say signaler.Dispose();

To Reproduce There's no behavior.

Just compare the code in the code base to the code in the snippet.

The line where it doesn't match the code is in this file.