Skip to content

webrtcdatachannel: Emit 'on-close' signal when calling 'close' action signal

Previously, peer_closed variable set in _on_sctp_stream_reset() was a condition to trigger the 'on-close' signal. To emit the 'on-close' signal also when after calling 'close' action, the condition is removed.

Merge request reports