...which contains conference duration in seconds and performance stats (currently long tasks).
Add a performance stat around long tasks. Chrome supports PerformanceObserver API that lets us register for long tasks event. Any task that takes longer than 50ms is considered a long task.