Skip to content
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.

211 changes: 139 additions & 72 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.

217 changes: 142 additions & 75 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.

484 changes: 387 additions & 97 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.

1,152 changes: 1,096 additions & 56 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.

1,120 changes: 1,080 additions & 40 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.

496 changes: 393 additions & 103 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,454 changes: 1,328 additions & 126 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,410 changes: 1,306 additions & 104 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.

484 changes: 387 additions & 97 deletions openapi/v2/clientside-api.yaml

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

330 changes: 256 additions & 74 deletions openapi/v2/feeds-clientside-api.yaml

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

334 changes: 258 additions & 76 deletions openapi/v2/feeds-serverside-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.

1,152 changes: 1,096 additions & 56 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.

1,120 changes: 1,080 additions & 40 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.

496 changes: 393 additions & 103 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.

322 changes: 264 additions & 58 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.

324 changes: 265 additions & 59 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.

89 changes: 80 additions & 9 deletions openapi/video-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1195,6 +1195,8 @@ components:
x-stream-is-event: true
x-stream-ws-base-event-name: VideoEvent
CallModerationBlurEvent:
description: This event is sent when a moderation blur action is applied to
a user's video stream
properties:
call_cid:
type: string
Expand All @@ -1205,13 +1207,19 @@ components:
x-stream-index: "001.002"
custom:
additionalProperties: {}
description: Custom data associated with the moderation action
title: Custom
type: object
x-stream-index: "004"
type:
default: call.moderation_blur
description: 'The type of event: "call.moderation_blur" in this case'
title: Event Type
type: string
x-stream-index: "001.001"
user_id:
description: The user ID whose video stream is being blurred
title: UserID
type: string
x-stream-index: "003"
required:
Expand All @@ -1223,10 +1231,11 @@ components:
title: CallModerationBlurEvent
type: object
x-stream-event-call-type: true
x-stream-event-doc-group: other
x-stream-event-doc-group: call
x-stream-is-event: true
x-stream-ws-base-event-name: VideoEvent
CallModerationWarningEvent:
description: This event is sent when a moderation warning is issued to a user
properties:
call_cid:
type: string
Expand All @@ -1237,16 +1246,24 @@ components:
x-stream-index: "001.002"
custom:
additionalProperties: {}
description: Custom data associated with the moderation action
title: Custom
type: object
x-stream-index: "005"
message:
description: The warning message
title: Message
type: string
x-stream-index: "004"
type:
default: call.moderation_warning
description: 'The type of event: "call.moderation_warning" in this case'
title: Event Type
type: string
x-stream-index: "001.001"
user_id:
description: The user ID who is receiving the warning
title: UserID
type: string
x-stream-index: "003"
required:
Expand All @@ -1259,7 +1276,7 @@ components:
title: CallModerationWarningEvent
type: object
x-stream-event-call-type: true
x-stream-event-doc-group: other
x-stream-event-doc-group: call
x-stream-is-event: true
x-stream-ws-base-event-name: VideoEvent
CallNotificationEvent:
Expand Down Expand Up @@ -4549,6 +4566,20 @@ components:
type: array
x-stream-index: "001"
type: object
MetricDescriptor:
properties:
description:
type: string
x-stream-index: "003"
label:
type: string
x-stream-index: "001"
unit:
type: string
x-stream-index: "002"
required:
- label
type: object
MetricThreshold:
properties:
level:
Expand Down Expand Up @@ -4876,20 +4907,30 @@ components:
type: array
type: object
x-stream-index: "001"
global_meta:
additionalProperties:
$ref: '#/components/schemas/MetricDescriptor'
type: object
x-stream-index: "002"
global_metrics_order:
items:
type: string
type: array
x-stream-index: "003"
global_thresholds:
additionalProperties:
items:
$ref: '#/components/schemas/MetricThreshold'
type: array
type: object
x-stream-index: "002"
x-stream-index: "004"
tracks:
additionalProperties:
items:
$ref: '#/components/schemas/ParticipantSeriesTrackMetrics'
type: array
type: object
x-stream-index: "003"
x-stream-index: "005"
type: object
ParticipantSeriesSubscriberStats:
properties:
Expand All @@ -4903,18 +4944,28 @@ components:
type: array
type: object
x-stream-index: "001"
global_meta:
additionalProperties:
$ref: '#/components/schemas/MetricDescriptor'
type: object
x-stream-index: "002"
global_metrics_order:
items:
type: string
type: array
x-stream-index: "003"
global_thresholds:
additionalProperties:
items:
$ref: '#/components/schemas/MetricThreshold'
type: array
type: object
x-stream-index: "002"
x-stream-index: "004"
subscriptions:
items:
$ref: '#/components/schemas/ParticipantSeriesSubscriptionTrackMetrics'
type: array
x-stream-index: "003"
x-stream-index: "005"
type: object
ParticipantSeriesSubscriptionTrackMetrics:
properties:
Expand Down Expand Up @@ -4979,6 +5030,16 @@ components:
type: array
type: object
x-stream-index: "006"
metrics_meta:
additionalProperties:
$ref: '#/components/schemas/MetricDescriptor'
type: object
x-stream-index: "007"
metrics_order:
items:
type: string
type: array
x-stream-index: "008"
rid:
type: string
x-stream-index: "005"
Expand All @@ -4988,7 +5049,7 @@ components:
$ref: '#/components/schemas/MetricThreshold'
type: array
type: object
x-stream-index: "007"
x-stream-index: "009"
track_id:
type: string
x-stream-index: "001"
Expand All @@ -5010,13 +5071,23 @@ components:
type: array
type: object
x-stream-index: "001"
metrics_meta:
additionalProperties:
$ref: '#/components/schemas/MetricDescriptor'
type: object
x-stream-index: "002"
metrics_order:
items:
type: string
type: array
x-stream-index: "003"
thresholds:
additionalProperties:
items:
$ref: '#/components/schemas/MetricThreshold'
type: array
type: object
x-stream-index: "002"
x-stream-index: "004"
type: object
PerSDKUsageReport:
nullable: true
Expand Down Expand Up @@ -7769,7 +7840,7 @@ components:
type: apiKey
info:
title: Stream API
version: v198.32.0
version: v198.38.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.

Loading