Skip to content
5 changes: 5 additions & 0 deletions .changeset/strong-jokes-sleep.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"github.com/livekit/protocol": minor
---

add ParticipantUpdated event
8 changes: 6 additions & 2 deletions livekit/livekit_analytics.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion protobufs/livekit_analytics.proto
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ enum AnalyticsEventType {
TRACK_SUBSCRIBE_STATS = 27;
PARTICIPANT_ACTIVE = 11;
PARTICIPANT_RESUMED = 22;
PARTICIPANT_UPDATED = 47;
EGRESS_STARTED = 12;
EGRESS_ENDED = 13;
EGRESS_UPDATED = 28;
Expand Down Expand Up @@ -131,7 +132,7 @@ enum AnalyticsEventType {
API_CALL = 41;
WEBHOOK = 42;

// NEXT_ID: 47
// NEXT_ID: 48
}

message AnalyticsClientMeta {
Expand Down
Loading