Skip to content

Commit 16d5c8c

Browse files
committed
[VID-1077] Add coordinator stats capability flag to SFU proto
1 parent 7bcd03f commit 16d5c8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)