Skip to content

Commit 63ad9b9

Browse files
committed
add enums for python and vision agents sdks
1 parent c21dae9 commit 63ad9b9

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
@@ -280,6 +280,8 @@ enum SdkType {
280280
SDK_TYPE_UNITY = 7;
281281
SDK_TYPE_GO = 8;
282282
SDK_TYPE_PLAIN_JAVASCRIPT = 9;
283+
SDK_TYPE_PYTHON = 10;
284+
SDK_TYPE_VISION_AGENTS = 11;
283285
}
284286

285287
message Sdk {

0 commit comments

Comments
 (0)