You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.
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();
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 saysignaler.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.
The text was updated successfully, but these errors were encountered: