Ben Cherry
Committed by GitHub

Unorder the lossy data channel (#665)

* Unorder the lossy data channel

* Create blue-impalas-camp.md
  1 +---
  2 +"client-sdk-android": minor
  3 +---
  4 +
  5 +Unorder the lossy data channel
@@ -308,7 +308,7 @@ internal constructor( @@ -308,7 +308,7 @@ internal constructor(
308 308
309 ensureActive() 309 ensureActive()
310 val lossyInit = DataChannel.Init() 310 val lossyInit = DataChannel.Init()
311 - lossyInit.ordered = true 311 + lossyInit.ordered = false
312 lossyInit.maxRetransmits = 0 312 lossyInit.maxRetransmits = 0
313 lossyDataChannel = publisher?.withPeerConnection { 313 lossyDataChannel = publisher?.withPeerConnection {
314 createDataChannel( 314 createDataChannel(