diff options
author | David Snopek <dsnopek@gmail.com> | 2021-07-20 11:44:40 -0500 |
---|---|---|
committer | David Snopek <dsnopek@gmail.com> | 2021-07-20 12:58:39 -0500 |
commit | abb45f5fe7a1d5a44511675ee8695cc3859698b1 (patch) | |
tree | fe1e1ca683c10b22b44b977bd6fa73dd76a10434 /modules/webrtc/doc_classes | |
parent | bb037de95c78946746579b6d36fce78cd9b24065 (diff) |
Add get_buffered_amount() to WebRTCDataChannel
Diffstat (limited to 'modules/webrtc/doc_classes')
-rw-r--r-- | modules/webrtc/doc_classes/WebRTCDataChannel.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/webrtc/doc_classes/WebRTCDataChannel.xml b/modules/webrtc/doc_classes/WebRTCDataChannel.xml index 5c90038b9a..3435dda982 100644 --- a/modules/webrtc/doc_classes/WebRTCDataChannel.xml +++ b/modules/webrtc/doc_classes/WebRTCDataChannel.xml @@ -14,6 +14,13 @@ Closes this data channel, notifying the other peer. </description> </method> + <method name="get_buffered_amount" qualifiers="const"> + <return type="int"> + </return> + <description> + Returns the number of bytes currently queued to be sent over this channel. + </description> + </method> <method name="get_id" qualifiers="const"> <return type="int"> </return> |