Skip to content

webrtcbin: Implement full support for WebRTC datachannel closing procedure

Johan Sternerup requested to merge webrtc_datachannel_closing into master

This implements the data channel closing procedure as described in the W3C spec and RFC 8831. Basically all the necessary logic was already in place but once it got activated a couple of bugs emerged.

Merge request reports