Skip to content

Update video openapi Spec #1183

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion openapi/chat-openapi-clientside.json

Large diffs are not rendered by default.

1,984 changes: 1,636 additions & 348 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.

1,616 changes: 1,394 additions & 222 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.

1,669 changes: 1,425 additions & 244 deletions openapi/clientside-api.yaml

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

445 changes: 324 additions & 121 deletions openapi/moderation-clientside-api.yaml

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

392 changes: 330 additions & 62 deletions openapi/moderation-serverside-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.

1,561 changes: 1,259 additions & 302 deletions openapi/serverside-api.yaml

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1,713 changes: 1,443 additions & 270 deletions openapi/v2/chat-clientside-api.yaml

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1,430 changes: 1,199 additions & 231 deletions openapi/v2/chat-serverside-api.yaml

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1,669 changes: 1,425 additions & 244 deletions openapi/v2/clientside-api.yaml

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

445 changes: 324 additions & 121 deletions openapi/v2/moderation-clientside-api.yaml

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

392 changes: 330 additions & 62 deletions openapi/v2/moderation-serverside-api.yaml

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1,561 changes: 1,259 additions & 302 deletions openapi/v2/serverside-api.yaml

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2,720 changes: 2,394 additions & 326 deletions openapi/v2/video-clientside-api.yaml

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1,728 changes: 1,481 additions & 247 deletions openapi/v2/video-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.

32 changes: 25 additions & 7 deletions openapi/video-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3764,22 +3764,40 @@ components:
format: int32
minimum: 0
type: integer
x-stream-index: "002"
x-stream-index: "004"
max_participants:
format: int32
type: integer
x-stream-index: "001"
max_participants_exclude_owner:
type: boolean
x-stream-index: "003"
max_participants_exclude_roles:
items:
type: string
type: array
x-stream-index: "002"
type: object
LimitsSettingsResponse:
properties:
max_duration_seconds:
format: int32
type: integer
x-stream-index: "002"
x-stream-index: "004"
max_participants:
format: int32
type: integer
x-stream-index: "001"
max_participants_exclude_owner:
type: boolean
x-stream-index: "003"
max_participants_exclude_roles:
items:
type: string
type: array
x-stream-index: "002"
required:
- max_participants_exclude_roles
type: object
ListDevicesResponse:
description: List devices response
Expand Down Expand Up @@ -4026,7 +4044,7 @@ components:
items:
type: string
type: array
x-stream-index: "014"
x-stream-index: "015"
created_at:
format: date-time
type: string
Expand Down Expand Up @@ -6022,7 +6040,7 @@ components:
x-stream-index: "023"
language:
type: string
x-stream-index: "034"
x-stream-index: "035"
last_active:
format: date-time
readOnly: true
Expand All @@ -6043,15 +6061,15 @@ components:
revoke_tokens_issued_before:
format: date-time
type: string
x-stream-index: "041"
x-stream-index: "042"
role:
type: string
x-stream-index: "004"
teams:
items:
type: string
type: array
x-stream-index: "035"
x-stream-index: "036"
teams_role:
additionalProperties:
type: string
Expand Down Expand Up @@ -6756,7 +6774,7 @@ components:
type: apiKey
info:
title: Stream API
version: v178.0.0
version: v183.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.

30 changes: 24 additions & 6 deletions openapi/video-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3994,22 +3994,40 @@ components:
format: int32
minimum: 0
type: integer
x-stream-index: "002"
x-stream-index: "004"
max_participants:
format: int32
type: integer
x-stream-index: "001"
max_participants_exclude_owner:
type: boolean
x-stream-index: "003"
max_participants_exclude_roles:
items:
type: string
type: array
x-stream-index: "002"
type: object
LimitsSettingsResponse:
properties:
max_duration_seconds:
format: int32
type: integer
x-stream-index: "002"
x-stream-index: "004"
max_participants:
format: int32
type: integer
x-stream-index: "001"
max_participants_exclude_owner:
type: boolean
x-stream-index: "003"
max_participants_exclude_roles:
items:
type: string
type: array
x-stream-index: "002"
required:
- max_participants_exclude_roles
type: object
ListCallTypeResponse:
description: Response for ListCallType
Expand Down Expand Up @@ -6377,7 +6395,7 @@ components:
x-stream-index: "023"
language:
type: string
x-stream-index: "034"
x-stream-index: "035"
last_active:
format: date-time
readOnly: true
Expand All @@ -6398,15 +6416,15 @@ components:
revoke_tokens_issued_before:
format: date-time
type: string
x-stream-index: "041"
x-stream-index: "042"
role:
type: string
x-stream-index: "004"
teams:
items:
type: string
type: array
x-stream-index: "035"
x-stream-index: "036"
teams_role:
additionalProperties:
type: string
Expand Down Expand Up @@ -7181,7 +7199,7 @@ components:
type: apiKey
info:
title: Stream API
version: v178.0.0
version: v183.1.0
openapi: 3.0.3
paths:
/video/call/{type}/{id}:
Expand Down