Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Releases: webrtc-rs/data

v0.4.0

20 Jul 13:30
Compare
Choose a tag to compare

Changelog

New features and updates

  • #4 Implement AsyncRead and AsyncWrite for DataChannel
    • Use PollDataChannel if you want the async version of DataChannel
  • #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