Skip to content

Commit d8412ee

Browse files
authored
[VID-1077] Add coordinator stats capability flag to SFU proto (#1438)
* [VID-1077] Add coordinator stats capability flag to SFU proto * generate
1 parent 7bcd03f commit d8412ee

File tree

2 files changed

+23
-14
lines changed

2 files changed

+23
-14
lines changed

protobuf/video/sfu/models/models.pb.go

Lines changed: 21 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protobuf/video/sfu/models/models.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,4 +453,6 @@ enum ClientCapability {
453453
CLIENT_CAPABILITY_UNSPECIFIED = 0;
454454
// Enables SFU pausing inbound video
455455
CLIENT_CAPABILITY_SUBSCRIBER_VIDEO_PAUSE = 1;
456+
// Instructs SFU that stats will be sent to the coordinator
457+
CLIENT_CAPABILITY_COORDINATOR_STATS = 2;
456458
};

0 commit comments

Comments
 (0)