Skip to content

rawrtc 0.3.0

Compare
Choose a tag to compare
@lgrahl lgrahl released this 02 Mar 23:09
· 34 commits to master since this release
v0.3.0
c6cd5de
  • 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