Skip to content

Releases: rtc-io/rtc-dcstream

2.0.0

30 Mar 04:48
Compare
Choose a tag to compare

Behaviour of the stream has changed from erroring in all situations, it now will just refuse to write. This makes the data channel stream behave much better in situations where a stream has been embedded a few layers deep and error handling has not been bubbled to the top layer for correct handling.

1.2.0

09 Dec 06:11
Compare
Choose a tag to compare
  • For implementations that support valid values for bufferedAmount of an RTCDataChannel, the rtc-dcstream package now respects this and waits until the bufferedAmount drops back to 0 before writing more data.