Skip to content

Releases: rawrtc/rawrtc

rawrtc 0.5.2

20 Sep 21:26
v0.5.2
2262f14
Compare
Choose a tag to compare
  • Fix usrsctp dependency (#154)

rawrtc 0.5.1

15 Aug 21:29
v0.5.1
aa3ae4b
Compare
Choose a tag to compare

Re-enable peer reflexive candidates (#141)

rawrtc 0.5.0

15 Aug 21:25
v0.5.0
a4bbb90
Compare
Choose a tag to compare
  • Fix BoringSSL compatibility (#139)
  • Calculate ICE candidate priority (#140)
  • Use upstream usrsctp
  • Expose more transport parameters (#146)
    • Add getter/setter for send/receiver buffer length
    • Add getter/setter for congestion control algorithm
    • Add getter/setter for MTU

rawrtc 0.4.0

19 Mar 13:25
v0.4.0
ae95386
Compare
Choose a tag to compare
  • Replace CMake with Meson build system
    • This finally allowed us to get rid of the dependencies script 🎉
  • Internal restructuring of source files

rawrtc 0.3.0

02 Mar 23:09
v0.3.0
c6cd5de
Compare
Choose a tag to compare
  • Split the stack into three separate entities (major)
    • RAWRTC (this repository) contains the WebRTC/ORTC API, the ICE/DTLS stack and bindings to the data channel implementation.
    • RAWRTCDC contains the data channel implementation
    • RAWRTCC contains common functionality required by both RAWRTC and RAWRTCDC
  • Added a gathering timeout
  • Fixed various issues with the ICE transport states

rawrtc 0.2.2

13 Apr 23:03
v0.2.2
e20f3ce
Compare
Choose a tag to compare
  • Fixed parsing the DTLS role in the peer connection API

rawrtc 0.2.1

26 Feb 17:18
v0.2.1
2253171
Compare
Choose a tag to compare
  • Fixed missing cast in examples leading to issues on specific platforms (such
    as ARM)

rawrtc 0.2.0

12 Feb 00:26
v0.2.0
5bae370
Compare
Choose a tag to compare

Initial release of RAWRTC 🎉