diff --git a/pkg/rtc/participant.go b/pkg/rtc/participant.go index 39fdbf70a..2b71174fb 100644 --- a/pkg/rtc/participant.go +++ b/pkg/rtc/participant.go @@ -4069,6 +4069,7 @@ func (p *ParticipantImpl) MoveToRoom(params types.MoveToRoomParams) { p.telemetryGuard = &telemetry.ReferenceGuard{} p.lock.Unlock() + p.params.Reporter.ReportEndTime(time.Now()) p.params.LoggerResolver.Reset() p.params.ReporterResolver.Reset() p.setListener(params.Listener)