WebRtc.NET icon indicating copy to clipboard operation
WebRtc.NET copied to clipboard

WebRTC for C# & C++/CLI

Results 45 WebRtc.NET issues
Sort by recently updated
recently updated
newest added

I have build staging branch on windows7. everything working fine. I have implemented end call function like this `public void endCall() { foreach (var s in Streams) { if (!s.Value.Cancel.IsCancellationRequested)...

I set the fps to 25, which is the goal most of the time. However, when the front and back images are very different, the fps on the browser side...

I compiled solution and run locally. I can connect and get desktop streaming but data channel doesn't connect. I'ts immediately logs that "Datachannel is closed".

Hi, I have a raw audio track recorded using OpenTK (or other libraries). I should send it to a browser using WebRTC NET. Can you tell me where to find...

I still see a lot of people come here looking to use this. If you want an actively maintained / updated version, check out our library. https://github.com/RainwayApp/spitfire

Is there any documentation on how to get the Demo up and running? I have a range of error on my local environment. It appears to mostly be dependency issues....

How can I share same stream to more than one peers. Current example is supported for single peer only thats why its working. But Its a common use case to...

I have a laptop and it had IDT Audio Driver installed I was trying to share the screen and the audio was enabled and the app was crashing and I...

Hi everyone Everything is good when I connected to the server from remote computer at local network but video connection is nothing when I connected to the server from remote...

InitializePeerConnection function in this file deosn't return correct value https://github.com/radioman/WebRtc.NET/blob/staging/WebRtc.NET/WebRtcNative.cs#L86