webrtc-unity-plugin icon indicating copy to clipboard operation
webrtc-unity-plugin copied to clipboard

Cross-platform Webrtc support for Unity apps ☁🎲

Results 5 webrtc-unity-plugin issues
Sort by recently updated
recently updated
newest added

I followed this guide: https://github.com/bengreenier/webrtc-unity-plugin downloaded the example and try to build with webgl the demo scene: I get lot of errors To Reproduce Install unity 2019.4.11 follow the guide...

Hi, great work with this plugin. I'm facing into answer generation problem ... PeerEventsInstance.SetRemoteDescription("offer", sdp); PeerEventsInstance.CreateAnswer(); ... After CreateAnswer is called, unity shows me this error ``` PeerConnection cannot create...

In order to support android, we need to build the [Android Webrtc codebase](https://chromium.googlesource.com/chromium/src/+/master/docs/android_build_instructions.md) with our necessary changes (to facilitate an IL2cpp compatible interface). In order to do this, the differences...

bug

This tracks an optimization that we have added in the past for https://github.com/3DStreamingToolkit/3DStreamingToolkit - wherein we store the device context and write to the device directly, rather than marshalling data...

enhancement

Our docs do not call out that we use `m71` webrtc today. They should.

bug