sipsorcery-org / sipsorcery

A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.
https://sipsorcery-org.github.io/sipsorcery
Other
1.42k stars 431 forks source link

When RTCPeerConnection is closed, we also close DataChannels #1059

Closed ChristopheI closed 7 months ago

ChristopheI commented 7 months ago

Like Audio and/or Video Streams, when the the RTCPeerConnection is closed, existing DataChannels are also closed

Related to #1058