webrtc-native icon indicating copy to clipboard operation
webrtc-native copied to clipboard

The official GDNative WebRTC implementation for non-html exports.

Results 20 webrtc-native issues
Sort by recently updated
recently updated
newest added

### Godot version 4.2.2 ### Plugin version 0.2 ### System information Windows 10 ### Issue description HELLO, I would like to be able to catch the error displayed after what(),...

### Godot version 4.2 ### Plugin version 1.0.5 ### System information - ### Issue description Installing from asset library doesnt put everything in a addons/ folder. Instead it just gives...

### Godot version v4.1.2.stable.official [399c9dc39] ### Plugin version v1.0.3 ### System information macOS 13.6.0 - Vulkan (Forward+) - integrated Apple M1 - Apple M1 (8 Threads) ### Issue description System...

build system
thirdparty

### Godot version v4.2.1.rc1.official [daeb1c729] ### Plugin version 1.0.3 ### System information Fedora 39 ### Issue description When trying to set up a WebRTC connect between Godot and the browser...

bug
needs testing

### Godot version 4(master) ### Plugin version master(1436024f595fd99cd885950319867fd3d371963b) ### System information Windows 11 Pro 22H2 64 bit ### Issue description I get following error when trying to build on Windows...

build system
platform:windows

### Godot version 3.3.4.stable ### Plugin version 0.5 ### System information Windows 10, Linux Mint 20.2 ### Issue description Under poor network conditions (high latency and packet loss), `WebRTCMultiplayer` causes...

bug

This includes: - enableIceTcp - enableIceUdpMux - portRangeBegin - portRangeEnd - mtu e.g. ```gdscript var pc := WebRTCPeerConnection.new() if OS.get_name() != "Web": pc.initialize({ "libdatachannel": { "enableIceUdpMux": true, "portRangeBegin": 4343, "portRangeEnd":...

enhancement

### Godot version 3.6.stable ### Plugin version 1.0.6 ### System information Linux Mint 22 ### Issue description When establishing a WebRTC connection between clients, if the system is using Linux,...

### Godot version 4.4.beta1.official.d33da79d3 ### Plugin version v1.0.8 and tested with the latest CI build (13a934298a7e846a55575cfb2684fe3151320e6e) ### System information Godot v4.4.beta1 - Debian GNU/Linux trixie/sid trixie on Wayland - X11...

### Godot version 4.3 stable ### Plugin version 4.3 ### System information Windows 10, 64 bit ### Issue description I have been wanting to add a new class to the...