David Zhao

bugfix: also observe lossy data channel

@@ -241,6 +241,7 @@ constructor( @@ -241,6 +241,7 @@ constructor(
241 LOSSY_DATA_CHANNEL_LABEL, 241 LOSSY_DATA_CHANNEL_LABEL,
242 lossyInit 242 lossyInit
243 ) 243 )
  244 + lossyDataChannel!!.registerObserver(this)
244 245
245 coroutineScope.launch { 246 coroutineScope.launch {
246 val sdpOffer = 247 val sdpOffer =