diff --git a/pkg/service/roommanager.go b/pkg/service/roommanager.go index dade43953..4034fbd72 100644 --- a/pkg/service/roommanager.go +++ b/pkg/service/roommanager.go @@ -321,7 +321,7 @@ func (r *RoomManager) StartSession( } // update room store with new numParticipants - updateParticipantCount(protoRoom) + updateParticipantCount(room.ToProto()) clientMeta := &livekit.AnalyticsClientMeta{Region: r.currentNode.Region, Node: r.currentNode.Id} r.telemetry.ParticipantJoined(ctx, protoRoom, participant.ToProto(), pi.Client, clientMeta)