diff --git a/src/rtcSessionHelpers.ts b/src/rtcSessionHelpers.ts index 719af998..30809730 100644 --- a/src/rtcSessionHelpers.ts +++ b/src/rtcSessionHelpers.ts @@ -156,7 +156,6 @@ const widgetPostHangupProcedure = async ( logger.error("Failed to send close action", e); } widget.api.transport.stop(); - PosthogAnalytics.instance.logout(); } };