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

Commit dda0a0b

Browse files
Merge pull request #757 from SuperViz/fix/publish-destroy-on-destroy
fix: publish destroy on destroy
2 parents 4d22f47 + 2024d8f commit dda0a0b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/video/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,6 @@ export class VideoConference extends BaseComponent {
613613
});
614614

615615
this.connectionService.removeListeners();
616-
this.publish(MeetingEvent.DESTROY);
617616
this.publish(MeetingEvent.MY_PARTICIPANT_LEFT, this.localParticipant);
618617

619618
this.unsubscribeFromVideoEvents();

0 commit comments

Comments
 (0)