Skip to content

Update video openapi Spec #1178

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,781 changes: 1,528 additions & 253 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,575 changes: 1,367 additions & 208 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,672 changes: 1,420 additions & 252 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.

408 changes: 302 additions & 106 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.

353 changes: 307 additions & 46 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,333 changes: 1,148 additions & 185 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,674 changes: 1,417 additions & 257 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,335 changes: 1,145 additions & 190 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,672 changes: 1,420 additions & 252 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.

408 changes: 302 additions & 106 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.

353 changes: 307 additions & 46 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,333 changes: 1,148 additions & 185 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,700 changes: 2,381 additions & 319 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,726 changes: 1,480 additions & 246 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.

24 changes: 21 additions & 3 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 @@ -6756,7 +6774,7 @@ components:
type: apiKey
info:
title: Stream API
version: v178.0.0
version: v182.3.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.

26 changes: 22 additions & 4 deletions openapi/video-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ components:
type: string
x-stream-index: "002.001"
type:
default: export.users.error
default: export.channels.error
type: string
x-stream-index: "003.002"
required:
Expand Down 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 @@ -7181,7 +7199,7 @@ components:
type: apiKey
info:
title: Stream API
version: v178.0.0
version: v182.3.0
openapi: 3.0.3
paths:
/video/call/{type}/{id}:
Expand Down