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/webrtc/webrtc_data_channel_js.h | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/webrtc/webrtc_data_channel_js.h') diff --git a/modules/webrtc/webrtc_data_channel_js.h b/modules/webrtc/webrtc_data_channel_js.h index db58ebccff..5cd6a32ed9 100644 --- a/modules/webrtc/webrtc_data_channel_js.h +++ b/modules/webrtc/webrtc_data_channel_js.h @@ -72,6 +72,7 @@ public: virtual int get_max_retransmits() const override; virtual String get_protocol() const override; virtual bool is_negotiated() const override; + virtual int get_buffered_amount() const override; virtual Error poll() override; virtual void close() override; -- cgit v1.2.3