Skip to content
Merged
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
20 changes: 12 additions & 8 deletions livekit/livekit_internal.pb.go

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

4 changes: 2 additions & 2 deletions protobufs/livekit_internal.proto
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ message NodeStats {
// participant joins
uint64 participant_signal_connected = 26;
float participant_signal_connected_per_sec = 27 [deprecated = true];
uint64 participant_signal_failed = 55;
uint64 participant_signal_validation_failed = 56;
uint64 participant_signal_failed = 55 [deprecated = true];
uint64 participant_signal_validation_failed = 56 [deprecated = true];
uint64 participant_rtc_connected = 44;
float participant_rtc_connected_per_sec = 45 [deprecated = true];
uint64 participant_rtc_init = 46;
Expand Down
Loading