Posthog improvements (#2630)

This commit is contained in:
Hugh Nimmo-Smith
2024-09-23 14:35:41 +01:00
committed by GitHub
parent d14b43487a
commit ed35d6b377
3 changed files with 20 additions and 0 deletions

View File

@@ -219,6 +219,7 @@ export const GroupCallView: FC<Props> = ({
rtcSession.room.roomId,
rtcSession.memberships.length,
sendInstantly,
rtcSession,
);
// Only sends matrix leave event. The Livekit session will disconnect once the ActiveCall-view unmounts.