Skip to content
Merged
Changes from 1 commit
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
2 changes: 2 additions & 0 deletions protobuf/video/sfu/models/models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,8 @@ enum SdkType {
SDK_TYPE_UNITY = 7;
SDK_TYPE_GO = 8;
SDK_TYPE_PLAIN_JAVASCRIPT = 9;
SDK_TYPE_PYTHON = 10;
SDK_TYPE_VISION_AGENTS = 11;
}

message Sdk {
Expand Down
Loading