Closed dsnopek closed 3 years ago
I just updated the header with the #define
change in https://github.com/godotengine/godot/pull/50706
Thanks!
FYI, I reverted this PR since as described above, these headers are only meant to be copy pasted from the Godot repo, and the current master
branch was still tracking 3.3
, which doesn't have this API.
I'll make a PR to sync with current 3.x
headers to prepare for the 3.4 release. It should include this change too.
This updates the headers to include the new
godot_net_webrtc_data_channel_ext
struct added in https://github.com/godotengine/godot/pull/50659This should allow PR https://github.com/godotengine/webrtc-native/pull/43 to build with support for the new method.