From 3bdf6cdc1320dfd7ac0f1704976a633ef3c911d8 Mon Sep 17 00:00:00 2001 From: David Snopek Date: Tue, 20 Jul 2021 11:54:25 -0500 Subject: Add get_buffered_amount() to WebRTCDataChannel --- src/WebRTCLibDataChannel.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/WebRTCLibDataChannel.hpp') diff --git a/src/WebRTCLibDataChannel.hpp b/src/WebRTCLibDataChannel.hpp index 1d1ce0f..63c7fdd 100644 --- a/src/WebRTCLibDataChannel.hpp +++ b/src/WebRTCLibDataChannel.hpp @@ -87,6 +87,7 @@ public: int get_max_retransmits() const; const char *get_protocol() const; bool is_negotiated() const; + int get_buffered_amount() const; godot_error poll(); void close(); -- cgit v1.2.3