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