Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update video openapi Spec #772

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

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.

16 changes: 10 additions & 6 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 @@ -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 @@ -7858,7 +7862,7 @@ components:
type: apiKey
info:
title: Stream API
version: v131.4.0
version: v132.1.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.1.0
openapi: 3.0.3
paths:
/video/call/{type}/{id}:
Expand Down
Loading