This repository has been archived by the owner on Aug 23, 2022. It is now read-only.
Releases: webrtc-rs/data
Releases · webrtc-rs/data
v0.4.0
Changelog
New features and updates
- #4 Implement
AsyncRead
andAsyncWrite
forDataChannel
- Use
PollDataChannel
if you want the async version ofDataChannel
- Use
- #14 Allow acceptance of existing channels
DataChannel::accept
now requires a third argument, which is a list of existing channels (can be empty)
API changes
-DataChannel::accept(&association, config).await
+DataChannel::accept(&association, config, &[]).await
Full changelog: v0.3.3...v0.4.0