Expected behavior:
After connecting to the room and getting trackSubscribed event for the participant, remote participant video is sometimes taking 10 - 20 secs to start
Actual behavior:
After connecting to the room and getting trackSubscribed event for the participant, remote participant video should start immediately
TODO
Software versions:
Hi @rishab1065 , @Balasnest ,
Thanks for writing in with your issues. Can you share some Room SIDs so we can start investigating?
Thanks,
Manjesh Malavalli
JSDK Team
@rishab1065 ,
I'm closing this since there has been no response in 2 weeks. Please feel free to re-open if you need more assistance in this matter.
Thanks,
Manjesh Malavalli
JSDK Team
Hi,
I'm using twilio-video.js 2.10.0 and @types/twilio-video 2.7.1.
Experiencing a similar issue. When receiving remote video track subscribe (video is ok here) -> unsubscribe -> subscribe , after the last subscribe the user gets a black screen in the remoteVideoTrack.
Last year this works fine in our website.
Same issue here.
iOS 13
twilio-video.js 2.12.0
Hi @manjeshbhargav ,
@apostololeg and I are still facing the same issue.
@rishab1065 , @izabelavmelo , have you managed to solve this issue?
Software version:
Thanks,
Florent
Hi @manjeshbhargav ,
We are facing the same issue here
Software version:
Hi, @Flo-Mercaux !
I fixed with this issue: https://github.com/twilio/twilio-video.js/issues/558#issuecomment-467981412
I removed the stop() and it works for me:

But I faced this bug on all devices (not only iOS). So, I think it's not the same as you. :disappointed:
Most helpful comment
Hi,
I'm using twilio-video.js 2.10.0 and @types/twilio-video 2.7.1.
Experiencing a similar issue. When receiving remote video track subscribe (video is ok here) -> unsubscribe -> subscribe , after the last subscribe the user gets a black screen in the remoteVideoTrack.
Last year this works fine in our website.