Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/add-unity-sdk-type' into fix-nam…
Browse files Browse the repository at this point in the history
…ing-conflicts-for-csharp
  • Loading branch information
sierpinskid committed Aug 17, 2023
2 parents 4fbcaba + 31b63b5 commit bd41e70
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 41 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MAKEFLAGS += --no-builtin-rules
MAKEFLAGS += -j$(NPROCS)

CURRENT_VERSION_MAJOR = 1
CURRENT_VERSION_MINOR = 9
CURRENT_VERSION_MINOR = 10
CURRENT_VERSION_BUG = 0

GIT_DESCRIBE := $(shell git describe)
Expand Down
2 changes: 1 addition & 1 deletion openapi/video-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3317,7 +3317,7 @@ externalDocs:
url: https://getstream.io/video/docs/
info:
title: Stream Video API
version: v88.0.4
version: v88.2.0
openapi: 3.0.3
paths:
/call/{type}/{id}:
Expand Down
2 changes: 1 addition & 1 deletion openapi/video-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3630,7 +3630,7 @@ externalDocs:
url: https://getstream.io/video/docs/
info:
title: Stream Video API
version: v88.0.4
version: v88.2.0
openapi: 3.0.3
paths:
/call/{type}/{id}:
Expand Down
81 changes: 43 additions & 38 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.

2 changes: 2 additions & 0 deletions protobuf/video/sfu/models/models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ enum ErrorCode {
ERROR_CODE_INTERNAL_SERVER_ERROR = 500;

ERROR_CODE_SFU_SHUTTING_DOWN = 600;

ERROR_CODE_SFU_FULL = 700;
}

message Error {
Expand Down

0 comments on commit bd41e70

Please sign in to comment.