Releases: rtc-io/rtc-dcstream
Releases · rtc-io/rtc-dcstream
2.0.0
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
- For implementations that support valid values for
bufferedAmount
of anRTCDataChannel
, thertc-dcstream
package now respects this and waits until thebufferedAmount
drops back to0
before writing more data.