Skip to content

Commit c3c8b66

Browse files
authored
add go sdk type (#647)
2 parents e0631a5 + 3ab1222 commit c3c8b66

File tree

2 files changed

+60
-55
lines changed

2 files changed

+60
-55
lines changed

protobuf/video/sfu/models/models.pb.go

+59-55
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protobuf/video/sfu/models/models.proto

+1
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ enum SdkType {
187187
SDK_TYPE_FLUTTER = 5;
188188
SDK_TYPE_REACT_NATIVE = 6;
189189
SDK_TYPE_UNITY = 7;
190+
SDK_TYPE_GO = 8;
190191
}
191192

192193
message Sdk {

0 commit comments

Comments
 (0)