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.39k stars 424 forks source link

`RTCDataChannel.ordered` is wrong #1085

Open lostmsu opened 4 months ago

lostmsu commented 4 months ago

I understand that only ordered reliable channels are implemented, but it is very wrong that RTCDataChannel for newly opened channels reports ordered as false even though it is definitely true.