Skip to content

Commit 9ff18df

Browse files
committed
Update video openapi Spec
1 parent 1f0a515 commit 9ff18df

36 files changed

+495
-47
lines changed

openapi/chat-openapi-clientside.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

openapi/chat-openapi-clientside.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11740,7 +11740,7 @@ components:
1174011740
type: apiKey
1174111741
info:
1174211742
title: Stream API
11743-
version: v193.9.0
11743+
version: v193.12.1
1174411744
openapi: 3.0.3
1174511745
paths:
1174611746
/app:

openapi/chat-openapi.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

openapi/chat-openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ components:
588588
type: string
589589
x-stream-index: "002.001"
590590
type:
591-
default: export.channels.error
591+
default: export.users.error
592592
type: string
593593
x-stream-index: "003.002"
594594
required:
@@ -7663,7 +7663,7 @@ components:
76637663
type: array
76647664
x-stream-index: "001.002"
76657665
type:
7666-
default: notification.thread_message_new
7666+
default: message.new
76677667
type: string
76687668
x-stream-index: "004.001"
76697669
user:
@@ -16363,7 +16363,7 @@ components:
1636316363
type: apiKey
1636416364
info:
1636516365
title: Stream API
16366-
version: v193.9.0
16366+
version: v193.12.1
1636716367
openapi: 3.0.3
1636816368
paths:
1636916369
/app:

openapi/clientside-api.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

openapi/clientside-api.yaml

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4177,8 +4177,17 @@ components:
41774177
$ref: '#/components/schemas/RTMPIngress'
41784178
title: RTMP
41794179
x-stream-index: "001"
4180+
srt:
4181+
$ref: '#/components/schemas/SRTIngress'
4182+
x-stream-index: "003"
4183+
whip:
4184+
$ref: '#/components/schemas/WHIPIngress'
4185+
title: WHIP
4186+
x-stream-index: "002"
41804187
required:
41814188
- rtmp
4189+
- whip
4190+
- srt
41824191
title: CallIngressResponse
41834192
type: object
41844193
CallLiveStartedEvent:
@@ -21637,6 +21646,14 @@ components:
2163721646
- url
2163821647
- ws_endpoint
2163921648
type: object
21649+
SRTIngress:
21650+
properties:
21651+
address:
21652+
type: string
21653+
x-stream-index: "001"
21654+
required:
21655+
- address
21656+
type: object
2164021657
STTEgressConfig:
2164121658
properties:
2164221659
closed_captions_enabled:
@@ -26807,6 +26824,17 @@ components:
2680726824
type: string
2680826825
x-stream-index: "001"
2680926826
type: object
26827+
WHIPIngress:
26828+
properties:
26829+
address:
26830+
description: URL for a new whip input, every time a new link is created
26831+
title: Address
26832+
type: string
26833+
x-stream-index: "001"
26834+
required:
26835+
- address
26836+
title: WHIPIngress
26837+
type: object
2681026838
WSAuthMessage:
2681126839
description: Websocket auth message
2681226840
nullable: true
@@ -27370,7 +27398,7 @@ components:
2737027398
type: apiKey
2737127399
info:
2737227400
title: Stream API
27373-
version: v193.9.0
27401+
version: v193.12.1
2737427402
openapi: 3.0.3
2737527403
paths:
2737627404
/api/v2/app:

openapi/moderation-clientside-api.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

openapi/moderation-clientside-api.yaml

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,8 +1127,17 @@ components:
11271127
$ref: '#/components/schemas/RTMPIngress'
11281128
title: RTMP
11291129
x-stream-index: "001"
1130+
srt:
1131+
$ref: '#/components/schemas/SRTIngress'
1132+
x-stream-index: "003"
1133+
whip:
1134+
$ref: '#/components/schemas/WHIPIngress'
1135+
title: WHIP
1136+
x-stream-index: "002"
11301137
required:
11311138
- rtmp
1139+
- whip
1140+
- srt
11321141
title: CallIngressResponse
11331142
type: object
11341143
CallMember:
@@ -6402,6 +6411,14 @@ components:
64026411
- process_start_time
64036412
- last_seen
64046413
type: object
6414+
SRTIngress:
6415+
properties:
6416+
address:
6417+
type: string
6418+
x-stream-index: "001"
6419+
required:
6420+
- address
6421+
type: object
64056422
STTEgressConfig:
64066423
properties:
64076424
closed_captions_enabled:
@@ -7584,6 +7601,17 @@ components:
75847601
- camera_default_on
75857602
- camera_facing
75867603
type: object
7604+
WHIPIngress:
7605+
properties:
7606+
address:
7607+
description: URL for a new whip input, every time a new link is created
7608+
title: Address
7609+
type: string
7610+
x-stream-index: "001"
7611+
required:
7612+
- address
7613+
title: WHIPIngress
7614+
type: object
75877615
WSEvent:
75887616
description: The discriminator object for all websocket events, it maps events'
75897617
payload to the final type
@@ -7638,7 +7666,7 @@ components:
76387666
type: apiKey
76397667
info:
76407668
title: Stream API
7641-
version: v193.9.0
7669+
version: v193.12.1
76427670
openapi: 3.0.3
76437671
paths:
76447672
/api/v2/moderation/ban:

openapi/moderation-serverside-api.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

openapi/moderation-serverside-api.yaml

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1266,8 +1266,17 @@ components:
12661266
$ref: '#/components/schemas/RTMPIngress'
12671267
title: RTMP
12681268
x-stream-index: "001"
1269+
srt:
1270+
$ref: '#/components/schemas/SRTIngress'
1271+
x-stream-index: "003"
1272+
whip:
1273+
$ref: '#/components/schemas/WHIPIngress'
1274+
title: WHIP
1275+
x-stream-index: "002"
12691276
required:
12701277
- rtmp
1278+
- whip
1279+
- srt
12711280
title: CallIngressResponse
12721281
type: object
12731282
CallMember:
@@ -7424,6 +7433,14 @@ components:
74247433
- process_start_time
74257434
- last_seen
74267435
type: object
7436+
SRTIngress:
7437+
properties:
7438+
address:
7439+
type: string
7440+
x-stream-index: "001"
7441+
required:
7442+
- address
7443+
type: object
74277444
STTEgressConfig:
74287445
properties:
74297446
closed_captions_enabled:
@@ -8833,6 +8850,17 @@ components:
88338850
- camera_default_on
88348851
- camera_facing
88358852
type: object
8853+
WHIPIngress:
8854+
properties:
8855+
address:
8856+
description: URL for a new whip input, every time a new link is created
8857+
title: Address
8858+
type: string
8859+
x-stream-index: "001"
8860+
required:
8861+
- address
8862+
title: WHIPIngress
8863+
type: object
88368864
WebhookEvent:
88378865
description: The discriminator object for all webhook events, it maps events'
88388866
payload to the final type
@@ -8901,7 +8929,7 @@ components:
89018929
type: apiKey
89028930
info:
89038931
title: Stream API
8904-
version: v193.9.0
8932+
version: v193.12.1
89058933
openapi: 3.0.3
89068934
paths:
89078935
/api/v2/moderation/ban:

0 commit comments

Comments
 (0)