Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -103,6 +103,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 @@ -130,7 +131,7 @@ enum AnalyticsEventType {
API_CALL = 41;
WEBHOOK = 42;

// NEXT_ID: 47
// NEXT_ID: 48
}

message AnalyticsClientMeta {
Expand Down
Loading