Skip to content

How to determine WebRTC dataChannel.send is delivered? #2413

Answered by Sean-Der
jimmywarting asked this question in Q&A

You must be logged in to vote

@bhupiister I would implement ACKs on top of SCTP if you care about an individual message. From MDN for bufferedAmount

The queue may build up as a result of calls to the [send()](https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel/send) method. This only includes data buffered by the user agent itself; it doesn't include any framing overhead or buffering done by the operating system or network hardware.

Replies: 1 comment 2 replies

You must be logged in to vote
2 replies
@bhupiister

@Sean-Der

Answer selected by Sean-Der
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants