Skip to content

Commit

Permalink
Merge pull request #757 from SuperViz/fix/publish-destroy-on-destroy
Browse files Browse the repository at this point in the history
fix: publish destroy on destroy
  • Loading branch information
carlossantos74 committed Aug 27, 2024
2 parents 4d22f47 + 2024d8f commit dda0a0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/video/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,6 @@ export class VideoConference extends BaseComponent {
});

this.connectionService.removeListeners();
this.publish(MeetingEvent.DESTROY);
this.publish(MeetingEvent.MY_PARTICIPANT_LEFT, this.localParticipant);

this.unsubscribeFromVideoEvents();
Expand Down

0 comments on commit dda0a0b

Please sign in to comment.