Skip to content

Commit

Permalink
add go sdk type
Browse files Browse the repository at this point in the history
  • Loading branch information
thesyncim committed Jul 2, 2024
1 parent e0631a5 commit 3ab1222
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 55 deletions.
114 changes: 59 additions & 55 deletions protobuf/video/sfu/models/models.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions protobuf/video/sfu/models/models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ enum SdkType {
SDK_TYPE_FLUTTER = 5;
SDK_TYPE_REACT_NATIVE = 6;
SDK_TYPE_UNITY = 7;
SDK_TYPE_GO = 8;
}

message Sdk {
Expand Down

0 comments on commit 3ab1222

Please sign in to comment.