Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fix: only publish destroy on destroy method
Browse files Browse the repository at this point in the history
  • Loading branch information
Raspincel committed Aug 27, 2024
1 parent 3fa5f11 commit 2024d8f
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 @@ -609,7 +609,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 2024d8f

Please sign in to comment.