Skip to content

Commit 6f5b39e

Browse files
authored
Update video openapi Spec (#463)
2 parents c02e9e3 + 45b7611 commit 6f5b39e

12 files changed

+42
-16
lines changed

openapi/chat-openapi-clientside.json

+1-1
Large diffs are not rendered by default.

openapi/chat-openapi-clientside.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4073,7 +4073,7 @@ components:
40734073
type: array
40744074
x-stream-index: "001.002"
40754075
type:
4076-
default: message.new
4076+
default: notification.thread_message_new
40774077
type: string
40784078
x-stream-index: "004.001"
40794079
user:
@@ -8435,7 +8435,7 @@ components:
84358435
type: apiKey
84368436
info:
84378437
title: Stream API
8438-
version: v100.2.5
8438+
version: v100.3.0
84398439
openapi: 3.0.3
84408440
paths:
84418441
/app:

openapi/chat-openapi.json

+1-1
Large diffs are not rendered by default.

openapi/chat-openapi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9791,7 +9791,7 @@ components:
97919791
type: apiKey
97929792
info:
97939793
title: Stream API
9794-
version: v100.2.5
9794+
version: v100.3.0
97959795
openapi: 3.0.3
97969796
paths:
97979797
/app:

openapi/clientside-api.json

+1-1
Large diffs are not rendered by default.

openapi/clientside-api.yaml

+16-3
Original file line numberDiff line numberDiff line change
@@ -5129,7 +5129,7 @@ components:
51295129
x-stream-index: "003"
51305130
duration:
51315131
type: string
5132-
x-stream-index: "004.001"
5132+
x-stream-index: "005.001"
51335133
members:
51345134
items:
51355135
$ref: '#/components/schemas/MemberResponse'
@@ -5143,12 +5143,16 @@ components:
51435143
$ref: '#/components/schemas/OwnCapability'
51445144
type: array
51455145
x-stream-index: "001.004"
5146+
stats_options:
5147+
$ref: '#/components/schemas/StatsOptions'
5148+
x-stream-index: "004"
51465149
required:
51475150
- call
51485151
- members
51495152
- own_capabilities
51505153
- created
51515154
- credentials
5155+
- stats_options
51525156
- duration
51535157
type: object
51545158
Label:
@@ -5988,7 +5992,7 @@ components:
59885992
type: array
59895993
x-stream-index: "001.002"
59905994
type:
5991-
default: message.new
5995+
default: notification.thread_message_new
59925996
type: string
59935997
x-stream-index: "004.001"
59945998
user:
@@ -8837,6 +8841,15 @@ components:
88378841
required:
88388842
- duration
88398843
type: object
8844+
StatsOptions:
8845+
properties:
8846+
reporting_interval_ms:
8847+
format: int32
8848+
type: integer
8849+
x-stream-index: "001"
8850+
required:
8851+
- reporting_interval_ms
8852+
type: object
88408853
StopHLSBroadcastingRequest:
88418854
nullable: true
88428855
type: object
@@ -11276,7 +11289,7 @@ components:
1127611289
type: apiKey
1127711290
info:
1127811291
title: Stream API
11279-
version: v100.2.5
11292+
version: v100.3.0
1128011293
openapi: 3.0.3
1128111294
paths:
1128211295
/api/v2/app:

openapi/serverside-api.json

+1-1
Large diffs are not rendered by default.

openapi/serverside-api.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11596,7 +11596,7 @@ components:
1159611596
type: apiKey
1159711597
info:
1159811598
title: Stream API
11599-
version: v100.2.5
11599+
version: v100.3.0
1160011600
openapi: 3.0.3
1160111601
paths:
1160211602
/api/v2/app:

openapi/video-openapi-clientside.json

+1-1
Large diffs are not rendered by default.

openapi/video-openapi-clientside.yaml

+15-2
Original file line numberDiff line numberDiff line change
@@ -2130,7 +2130,7 @@ components:
21302130
x-stream-index: "003"
21312131
duration:
21322132
type: string
2133-
x-stream-index: "004.001"
2133+
x-stream-index: "005.001"
21342134
members:
21352135
items:
21362136
$ref: '#/components/schemas/MemberResponse'
@@ -2144,12 +2144,16 @@ components:
21442144
$ref: '#/components/schemas/OwnCapability'
21452145
type: array
21462146
x-stream-index: "001.004"
2147+
stats_options:
2148+
$ref: '#/components/schemas/StatsOptions'
2149+
x-stream-index: "004"
21472150
required:
21482151
- call
21492152
- members
21502153
- own_capabilities
21512154
- created
21522155
- credentials
2156+
- stats_options
21532157
- duration
21542158
type: object
21552159
ListDevicesResponse:
@@ -2848,6 +2852,15 @@ components:
28482852
required:
28492853
- duration
28502854
type: object
2855+
StatsOptions:
2856+
properties:
2857+
reporting_interval_ms:
2858+
format: int32
2859+
type: integer
2860+
x-stream-index: "001"
2861+
required:
2862+
- reporting_interval_ms
2863+
type: object
28512864
StopHLSBroadcastingRequest:
28522865
nullable: true
28532866
type: object
@@ -3494,7 +3507,7 @@ components:
34943507
type: apiKey
34953508
info:
34963509
title: Stream API
3497-
version: v100.2.5
3510+
version: v100.3.0
34983511
openapi: 3.0.3
34993512
paths:
35003513
/video/call/{type}/{id}:

openapi/video-openapi.json

+1-1
Large diffs are not rendered by default.

openapi/video-openapi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2518,7 +2518,7 @@ components:
25182518
type: apiKey
25192519
info:
25202520
title: Stream API
2521-
version: v100.2.5
2521+
version: v100.3.0
25222522
openapi: 3.0.3
25232523
paths:
25242524
/video/call/{type}/{id}:

0 commit comments

Comments
 (0)