mirror of
https://github.com/vector-im/element-call.git
synced 2026-04-06 07:20:25 +00:00
Update src/analytics/PosthogEvents.ts
Co-authored-by: Robin <robin@robin.town>
This commit is contained in:
@@ -228,7 +228,7 @@ export class CallConnectDurationTracker {
|
||||
PosthogAnalytics.instance.trackEvent<CallConnectDuration>({
|
||||
eventName: "CallConnectDuration",
|
||||
totalDuration,
|
||||
websockedDuration: this.websocketConnected - this.connectStart,
|
||||
websocketDuration: this.websocketConnected - this.connectStart,
|
||||
peerConnectionDuration: Date.now() - this.websocketConnected,
|
||||
});
|
||||
if (options.log)
|
||||
|
||||
Reference in New Issue
Block a user