James Tsai
James Tsai
**Describe the bug** [https://microsoft.github.io/MixedReality-WebRTC/manual/cs/helloworld-cs-signaling-uwp.html](https://microsoft.github.io/MixedReality-WebRTC/manual/cs/helloworld-cs-signaling-uwp.html#setup) Document typos. **To Reproduce** Steps to reproduce the behavior: At Step 4, code is: `private void Peer_LocalSdpReadytoSend(SdpMessage message) { var msg = NodeDssSignaler.FromSdpMessage(message); _signaler.SendMessageAsync(msg); }` `private...
I get this error message when I try to use [MAUI.UITesting](https://github.com/Redth/Maui.UITesting). I trace it and why I got this error from: [https://github.com/Redth/AndroidSdk.Tools/blob/master/AndroidSdk/AndroidSdkManager.cs](https://github.com/Redth/AndroidSdk.Tools/blob/master/AndroidSdk/AndroidSdkManager.csl) ~~~C# static string[] KnownLikelyPaths => RuntimeInformation.IsOSPlatform(OSPlatform.Windows) ? new...
> Hello, > > > > I tried again without any changes (or involuntarily...) and it works now... Sorry, I don’t know why. > > Thank you for your attention....