diff options
Diffstat (limited to 'src/WebRTCLibDataChannel.hpp')
-rw-r--r-- | src/WebRTCLibDataChannel.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |