Skip to content

Remove participant tracks in ParticipantLeftEvent#765

Merged
DanielNovak merged 2 commits intodevelopfrom
fix_participant_left
Aug 16, 2023
Merged

Remove participant tracks in ParticipantLeftEvent#765
DanielNovak merged 2 commits intodevelopfrom
fix_participant_left

Conversation

@DanielNovak
Copy link
Contributor

Resolves https://github.com/GetStream/android-video-issues-tracking/issues/8

We need to remove any tracks related to the participant once he leaves. Currently the tracks stay there and are never cleared and can cause crashes if the same participant rejoins the call and TrackPublishedEvent is received and then the old tracks associated with the Participant are updated => crash.

@DanielNovak DanielNovak added the bug Something isn't working label Aug 15, 2023
@DanielNovak DanielNovak requested a review from a team as a code owner August 15, 2023 19:54
@DanielNovak DanielNovak force-pushed the fix_participant_left branch from d512d27 to 3bb465d Compare August 15, 2023 20:08
@DanielNovak DanielNovak merged commit cea8674 into develop Aug 16, 2023
@DanielNovak DanielNovak deleted the fix_participant_left branch August 16, 2023 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant