Skip to content

Commit

Permalink
Update video openapi Spec
Browse files Browse the repository at this point in the history
  • Loading branch information
stream-ci-zz committed Oct 7, 2024
1 parent 9382d47 commit f1d5283
Show file tree
Hide file tree
Showing 14 changed files with 854 additions and 967 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docusaurus/video/docusaurus/docs/api/video-openapi.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/chat-openapi-clientside.json

Large diffs are not rendered by default.

286 changes: 52 additions & 234 deletions openapi/chat-openapi-clientside.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/chat-openapi.json

Large diffs are not rendered by default.

373 changes: 52 additions & 321 deletions openapi/chat-openapi.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/clientside-api.json

Large diffs are not rendered by default.

715 changes: 473 additions & 242 deletions openapi/clientside-api.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/serverside-api.json

Large diffs are not rendered by default.

379 changes: 247 additions & 132 deletions openapi/serverside-api.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/video-openapi-clientside.json

Large diffs are not rendered by default.

36 changes: 12 additions & 24 deletions openapi/video-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -633,17 +633,20 @@ components:
additional:
additionalProperties: {}
type: object
x-stream-index: "007"
x-stream-index: "008"
component:
type: string
x-stream-index: "006"
x-stream-index: "007"
description:
type: string
x-stream-index: "004"
end_timestamp:
format: int32
type: integer
x-stream-index: "002"
internal:
type: boolean
x-stream-index: "006"
severity:
format: int32
type: integer
Expand All @@ -661,6 +664,7 @@ components:
- severity
- description
- type
- internal
type: object
CallHLSBroadcastingFailedEvent:
description: This event is sent when HLS broadcasting has failed
Expand Down Expand Up @@ -5218,10 +5222,10 @@ components:
PrivacySettingsResponse:
properties:
read_receipts:
$ref: '#/components/schemas/ReadReceiptsResponse'
$ref: '#/components/schemas/ReadReceipts'
x-stream-index: "002"
typing_indicators:
$ref: '#/components/schemas/TypingIndicatorsResponse'
$ref: '#/components/schemas/TypingIndicators'
x-stream-index: "001"
type: object
PublishedTrackInfo:
Expand Down Expand Up @@ -5290,7 +5294,7 @@ components:
x-stream-index: "001.002"
limit:
format: int32
maximum: 25
maximum: 100
minimum: 0
type: integer
x-stream-index: "004.001"
Expand Down Expand Up @@ -5346,7 +5350,7 @@ components:
x-stream-index: "001"
limit:
format: int32
maximum: 25
maximum: 100
minimum: 0
type: integer
x-stream-index: "004.001"
Expand Down Expand Up @@ -5395,7 +5399,7 @@ components:
x-stream-index: "003"
limit:
format: int32
maximum: 25
maximum: 100
minimum: 0
type: integer
x-stream-index: "006.001"
Expand Down Expand Up @@ -5635,14 +5639,6 @@ components:
type: boolean
x-stream-index: "001"
type: object
ReadReceiptsResponse:
properties:
enabled:
type: boolean
x-stream-index: "001"
required:
- enabled
type: object
RecordSettingsRequest:
properties:
audio_only:
Expand Down Expand Up @@ -6351,14 +6347,6 @@ components:
type: boolean
x-stream-index: "001"
type: object
TypingIndicatorsResponse:
properties:
enabled:
type: boolean
x-stream-index: "001"
required:
- enabled
type: object
UnblockUserRequest:
nullable: true
properties:
Expand Down Expand Up @@ -7858,7 +7846,7 @@ components:
type: apiKey
info:
title: Stream API
version: v131.4.0
version: v132.0.0
openapi: 3.0.3
paths:
/video/call/{type}/{id}:
Expand Down
2 changes: 1 addition & 1 deletion openapi/video-openapi.json

Large diffs are not rendered by default.

16 changes: 10 additions & 6 deletions openapi/video-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,17 +244,20 @@ components:
additional:
additionalProperties: {}
type: object
x-stream-index: "007"
x-stream-index: "008"
component:
type: string
x-stream-index: "006"
x-stream-index: "007"
description:
type: string
x-stream-index: "004"
end_timestamp:
format: int32
type: integer
x-stream-index: "002"
internal:
type: boolean
x-stream-index: "006"
severity:
format: int32
type: integer
Expand All @@ -272,6 +275,7 @@ components:
- severity
- description
- type
- internal
type: object
CallIngressResponse:
properties:
Expand Down Expand Up @@ -2145,7 +2149,7 @@ components:
x-stream-index: "001.002"
limit:
format: int32
maximum: 25
maximum: 100
minimum: 0
type: integer
x-stream-index: "004.001"
Expand Down Expand Up @@ -2201,7 +2205,7 @@ components:
x-stream-index: "001"
limit:
format: int32
maximum: 25
maximum: 100
minimum: 0
type: integer
x-stream-index: "004.001"
Expand Down Expand Up @@ -2250,7 +2254,7 @@ components:
x-stream-index: "003"
limit:
format: int32
maximum: 25
maximum: 100
minimum: 0
type: integer
x-stream-index: "006.001"
Expand Down Expand Up @@ -3747,7 +3751,7 @@ components:
type: apiKey
info:
title: Stream API
version: v131.4.0
version: v132.0.0
openapi: 3.0.3
paths:
/video/call/{type}/{id}:
Expand Down

0 comments on commit f1d5283

Please sign in to comment.