diff --git a/src/components/video/index.ts b/src/components/video/index.ts index b3f8d6ce..2278d4e5 100644 --- a/src/components/video/index.ts +++ b/src/components/video/index.ts @@ -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();