Skip to content

Commit

Permalink
Merge branch 'main' into svc-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
thesyncim authored Oct 10, 2024
2 parents c916cc2 + cd577a8 commit fe11bab
Show file tree
Hide file tree
Showing 14 changed files with 900 additions and 969 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.

298 changes: 60 additions & 238 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.

737 changes: 489 additions & 248 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.

399 changes: 262 additions & 137 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.

30 changes: 19 additions & 11 deletions openapi/video-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,25 +104,28 @@ components:
custom:
additionalProperties: {}
type: object
x-stream-index: "009"
x-stream-index: "010"
id:
type: string
x-stream-index: "002"
reason:
type: string
x-stream-index: "008"
reporter_type:
type: string
x-stream-index: "009"
review_queue_item:
$ref: '#/components/schemas/ReviewQueueItem'
x-stream-index: "013"
x-stream-index: "014"
review_queue_item_id:
type: string
x-stream-index: "011"
x-stream-index: "012"
target_user:
$ref: '#/components/schemas/UserObject'
x-stream-index: "012"
x-stream-index: "013"
target_user_id:
type: string
x-stream-index: "010"
x-stream-index: "011"
type:
type: string
x-stream-index: "005"
Expand All @@ -134,6 +137,7 @@ components:
- created_at
- type
- reason
- reporter_type
- custom
- target_user_id
- review_queue_item_id
Expand Down Expand Up @@ -633,17 +637,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 +668,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 +5298,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 +5354,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 +5403,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 +7866,7 @@ components:
type: apiKey
info:
title: Stream API
version: v131.4.0
version: v133.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: v133.1.0
openapi: 3.0.3
paths:
/video/call/{type}/{id}:
Expand Down

0 comments on commit fe11bab

Please sign in to comment.