Skip to content

Commit

Permalink
add go sdk type (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarbugli authored Jul 2, 2024
2 parents e0631a5 + 3ab1222 commit c3c8b66
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 c3c8b66

Please sign in to comment.