From abb45f5fe7a1d5a44511675ee8695cc3859698b1 Mon Sep 17 00:00:00 2001 From: David Snopek Date: Tue, 20 Jul 2021 11:44:40 -0500 Subject: Add get_buffered_amount() to WebRTCDataChannel --- modules/gdnative/include/net/godot_webrtc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/gdnative') diff --git a/modules/gdnative/include/net/godot_webrtc.h b/modules/gdnative/include/net/godot_webrtc.h index 25aa72dae1..62b7e3c2c5 100644 --- a/modules/gdnative/include/net/godot_webrtc.h +++ b/modules/gdnative/include/net/godot_webrtc.h @@ -101,6 +101,7 @@ typedef struct { int (*get_max_retransmits)(const void *); const char *(*get_protocol)(const void *); bool (*is_negotiated)(const void *); + int (*get_buffered_amount)(const void *); godot_error (*poll)(void *); void (*close)(void *); -- cgit v1.2.3