twilio / video-quickstart-android

Twilio Video Quickstart for Android
MIT License
212 stars 159 forks source link

Not receiving dataTrackCallback in participant device #714

Closed pkdhankher closed 1 year ago

pkdhankher commented 2 years ago

Description

[Sometimes dataTrack callbacks are not received by subscribers in the video room]

Steps to Reproduce

  1. Connect 3-4 participants into a room
  2. Send messages to participants
  3. Sometimes any random participant stopped receiving dataTrack callback and start receiving again automatically

Code

Sender End: 
localDataTrack?.send(message)

Receiver End: 
 override fun onMessage(remoteDataTrack: RemoteDataTrack, message: String) {}

Expected Behavior

[All subscribers should receive message callback]

Actual Behavior

[What actually happens]

Reproduces how Often

[4-5/10]

Video Android SDK

[eg. 7.1.0]

Android API

[eg.29, 30]

Android Device

[eg. Happened in Emulator 31 and other real devices API 29-30]

afalls-twilio commented 1 year ago

@pkdhankher Sorry for the late response, we have reworked many things in our 7.3.0 release, could you please retry with that release and see if the issue is resolved? Thanks!

afalls-twilio commented 1 year ago

Closed, no response from customer.

pkdhankher commented 1 year ago

Thanks for the response @afalls-twilio . Sure, I'll update SDk and check if it is working now.