We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d642a7 commit 06ceafbCopy full SHA for 06ceafb
lib/src/core/engine.dart
@@ -522,7 +522,7 @@ class Engine extends Disposable with EventsEmittable<EngineEvent> {
522
try {
523
final lossyInit = rtc.RTCDataChannelInit()
524
..binaryType = 'binary'
525
- ..ordered = true
+ ..ordered = false
526
..maxRetransmits = 0;
527
_lossyDCPub =
528
await publisher?.pc.createDataChannel(_lossyDCLabel, lossyInit);
0 commit comments