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
35 changes: 21 additions & 14 deletions protobuf/video/sfu/models/models.pb.go

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

2 changes: 2 additions & 0 deletions protobuf/video/sfu/models/models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,6 @@ enum ClientCapability {
CLIENT_CAPABILITY_UNSPECIFIED = 0;
// Enables SFU pausing inbound video
CLIENT_CAPABILITY_SUBSCRIBER_VIDEO_PAUSE = 1;
// Instructs SFU that stats will be sent to the coordinator
CLIENT_CAPABILITY_COORDINATOR_STATS = 2;
};