We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bcd03f commit 16d5c8cCopy full SHA for 16d5c8c
protobuf/video/sfu/models/models.proto
@@ -453,4 +453,6 @@ enum ClientCapability {
453
CLIENT_CAPABILITY_UNSPECIFIED = 0;
454
// Enables SFU pausing inbound video
455
CLIENT_CAPABILITY_SUBSCRIBER_VIDEO_PAUSE = 1;
456
+ // Instructs SFU that stats will be sent to the coordinator
457
+ CLIENT_CAPABILITY_COORDINATOR_STATS = 2;
458
};
0 commit comments