You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using twillio flutter sdk for the twillio video call task. Inside that sdk, they are using Android twillio sdk v5.12.+. I am facing the issue of unpublishing/republishing a video track/audio track not seen by another participant. Please check the details below.
Flow: One participant has joined the session from the Android side and one participant is joining the session from the Web side(Developed in React). Once the user is unpublish and publishes the video track from React side, On the Android side this is not reflecting. I have debugged sdk and able to see those methods for unpublishVideostream and publish video stream are getting called and inside that, I am able to see new VideoTrack/AudioTrack but it is not seen in device.
Steps to Reproduce
One participant has joined the session from the Android side and one participant is joining the session from the Web side(Developed in React). Once the user is unpublish and publishes the video track from React side, On the Android side this is not reflecting. I have debugged sdk and able to see those methods for unpublishVideostream and publish video stream are getting called and inside that, I am able to see new VideoTrack/AudioTrack but it is not seen in device.
Expected Behavior
By unpublish or republish the video stream, it should reflect that change.
Actual Behavior
By unpublish or republish the video stream, The new stream is not reflacting.
@akashvyasal Thank you for the bug report. Is this with the Javascript SDK running on the Android browser? If not, are you experiencing this issue with more recent versions, such as 7.1.0?
Javascript SDK is running on the website, not Android. We are joining video sessions from the web and Android. I have checked it with the version mentioned in the comment. Though I will check again with the version we are currently using and get back to you.
Thanks,
chivy-we
added a commit
to webessentials/react-native-twilio-video-webrtc
that referenced
this issue
Jan 5, 2023
Description
I am using twillio flutter sdk for the twillio video call task. Inside that sdk, they are using Android twillio sdk v5.12.+. I am facing the issue of unpublishing/republishing a video track/audio track not seen by another participant. Please check the details below.
Flow: One participant has joined the session from the Android side and one participant is joining the session from the Web side(Developed in React). Once the user is unpublish and publishes the video track from React side, On the Android side this is not reflecting. I have debugged sdk and able to see those methods for unpublishVideostream and publish video stream are getting called and inside that, I am able to see new VideoTrack/AudioTrack but it is not seen in device.
Steps to Reproduce
One participant has joined the session from the Android side and one participant is joining the session from the Web side(Developed in React). Once the user is unpublish and publishes the video track from React side, On the Android side this is not reflecting. I have debugged sdk and able to see those methods for unpublishVideostream and publish video stream are getting called and inside that, I am able to see new VideoTrack/AudioTrack but it is not seen in device.
Expected Behavior
By unpublish or republish the video stream, it should reflect that change.
Actual Behavior
By unpublish or republish the video stream, The new stream is not reflacting.
Reproduces how Often
Every time
Logs
RemoteParticipantListener.onVideoTrackUnsubscribed => trackSid: MT3ca25bf7c6927922da6166ca56c6dca2, isTrackEnabled: true, isTrackSubscribed: false
RemoteParticipantListener.onVideoTrackUnpublished => trackSid: MT3ca25bf7c6927922da6166ca56c6dca2, isTrackEnabled: true, isTrackSubscribed: false
RemoteParticipantListener.onVideoTrackSubscribed => trackSid: MT3ca25bf7c6927922da6166ca56c6dca2, isTrackEnabled: true, isTrackSubscribed: true
Similar issue from the ios side
Link: twilio/twilio-video-ios#34
Versions
Video Android SDK
Version: 5.12.+
Android API
Android version: 30
Android Device
Device: Realme1
Video React SDK
Version: 2.15.1
Could anyone please help me to find the exact cause? Thanks in advance.
Sdk link: https://github.com/twilio/twilio-video.js/
The text was updated successfully, but these errors were encountered: