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.

4 changes: 1 addition & 3 deletions openapi/chat-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8899,8 +8899,6 @@ components:
type: boolean
x-stream-index: "010"
force_sql_v2_backend:
description: Force usage of SQL v2 search backend
title: Force SQL v2 Backend
type: boolean
x-stream-index: "011"
limit:
Expand Down Expand Up @@ -12142,7 +12140,7 @@ components:
type: apiKey
info:
title: Stream API
version: v214.2.0
version: v214.3.0
openapi: 3.0.3
paths:
/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/chat-openapi.json

Large diffs are not rendered by default.

8 changes: 3 additions & 5 deletions openapi/chat-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ components:
type: string
x-stream-index: "002.001"
type:
default: export.bulk_image_moderation.error
default: export.moderation_logs.error
type: string
x-stream-index: "003.002"
required:
Expand Down Expand Up @@ -8318,7 +8318,7 @@ components:
type: array
x-stream-index: "001.002"
type:
default: message.new
default: notification.thread_message_new
type: string
x-stream-index: "004.001"
user:
Expand Down Expand Up @@ -12841,8 +12841,6 @@ components:
type: boolean
x-stream-index: "010"
force_sql_v2_backend:
description: Force usage of SQL v2 search backend
title: Force SQL v2 Backend
type: boolean
x-stream-index: "011"
limit:
Expand Down Expand Up @@ -17260,7 +17258,7 @@ components:
type: apiKey
info:
title: Stream API
version: v214.2.0
version: v214.3.0
openapi: 3.0.3
paths:
/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/clientside-api.json

Large diffs are not rendered by default.

176 changes: 172 additions & 4 deletions openapi/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13680,6 +13680,57 @@ components:
- enable_dtx
- bitrate
type: object
IngressErrorEvent:
description: This event is sent when a critical error occurs that breaks the
streaming pipeline
nullable: true
properties:
call_cid:
type: string
x-stream-index: "002.001"
code:
description: Error code
title: string
type: string
x-stream-index: "006"
created_at:
format: date-time
type: number
x-stream-index: "001.002"
error:
description: Human-readable error message
title: string
type: string
x-stream-index: "005"
ingress_stream_id:
description: Unique identifier for the stream
title: string
type: string
x-stream-index: "003"
type:
default: ingress.error
description: 'The type of event: "ingress.error" in this case'
title: Event Type
type: string
x-stream-index: "001.001"
user_id:
description: User who was streaming
title: string
type: string
x-stream-index: "004"
required:
- type
- created_at
- call_cid
- ingress_stream_id
- user_id
- error
title: IngressErrorEvent
type: object
x-stream-event-call-type: true
x-stream-event-doc-group: call
x-stream-is-event: true
x-stream-ws-base-event-name: VideoEvent
IngressSettingsRequest:
properties:
audio_encoding_options:
Expand Down Expand Up @@ -13747,6 +13798,106 @@ components:
- height
- fps
type: object
IngressStartedEvent:
description: This event is sent when a user begins streaming into a call
nullable: true
properties:
call_cid:
type: string
x-stream-index: "002.001"
client_ip:
description: Client IP address
title: string
type: string
x-stream-index: "008"
client_name:
description: Streaming client software name (e.g., 'OBS Studio')
title: string
type: string
x-stream-index: "006"
created_at:
format: date-time
type: number
x-stream-index: "001.002"
ingress_stream_id:
description: Unique identifier for this stream
title: string
type: string
x-stream-index: "003"
publisher_type:
description: Streaming protocol (e.g., 'rtmps', 'srt', 'rtmp', 'rtsp')
title: string
type: string
x-stream-index: "005"
type:
default: ingress.started
description: 'The type of event: "ingress.started" in this case'
title: Event Type
type: string
x-stream-index: "001.001"
user_id:
description: User who started the stream
title: string
type: string
x-stream-index: "004"
version:
description: Client software version
title: string
type: string
x-stream-index: "007"
required:
- type
- created_at
- call_cid
- ingress_stream_id
- user_id
- publisher_type
title: IngressStartedEvent
type: object
x-stream-event-call-type: true
x-stream-event-doc-group: call
x-stream-is-event: true
x-stream-ws-base-event-name: VideoEvent
IngressStoppedEvent:
description: This event is sent when streaming stops due to user action or call
ended
nullable: true
properties:
call_cid:
type: string
x-stream-index: "002.001"
created_at:
format: date-time
type: number
x-stream-index: "001.002"
ingress_stream_id:
description: Unique identifier for the stream
title: string
type: string
x-stream-index: "003"
type:
default: ingress.stopped
description: 'The type of event: "ingress.stopped" in this case'
title: Event Type
type: string
x-stream-index: "001.001"
user_id:
description: User who was streaming
title: string
type: string
x-stream-index: "004"
required:
- type
- created_at
- call_cid
- ingress_stream_id
- user_id
title: IngressStoppedEvent
type: object
x-stream-event-call-type: true
x-stream-event-doc-group: call
x-stream-is-event: true
x-stream-ws-base-event-name: VideoEvent
IngressVideoEncodingOptionsRequest:
properties:
layers:
Expand Down Expand Up @@ -15176,7 +15327,7 @@ components:
type: array
x-stream-index: "001.002"
type:
default: message.new
default: notification.thread_message_new
type: string
x-stream-index: "004.001"
user:
Expand Down Expand Up @@ -23312,8 +23463,6 @@ components:
type: boolean
x-stream-index: "010"
force_sql_v2_backend:
description: Force usage of SQL v2 search backend
title: Force SQL v2 Backend
type: boolean
x-stream-index: "011"
limit:
Expand Down Expand Up @@ -28768,6 +28917,19 @@ components:
- token
title: WSAuthMessage
type: object
WSCallEvent:
description: The discriminator object for all websocket call events, it maps
events' payload to the final type
discriminator:
mapping:
ingress.error: '#/components/schemas/IngressErrorEvent'
ingress.started: '#/components/schemas/IngressStartedEvent'
ingress.stopped: '#/components/schemas/IngressStoppedEvent'
propertyName: type
oneOf:
- $ref: '#/components/schemas/IngressErrorEvent'
- $ref: '#/components/schemas/IngressStartedEvent'
- $ref: '#/components/schemas/IngressStoppedEvent'
WSClientEvent:
description: The discriminator object for all websocket client events, it maps
events' payload to the final type
Expand Down Expand Up @@ -29016,6 +29178,9 @@ components:
feeds.poll.vote_removed: '#/components/schemas/PollVoteRemovedFeedEvent'
feeds.stories_feed.updated: '#/components/schemas/StoriesFeedUpdatedEvent'
health.check: '#/components/schemas/HealthCheckEvent'
ingress.error: '#/components/schemas/IngressErrorEvent'
ingress.started: '#/components/schemas/IngressStartedEvent'
ingress.stopped: '#/components/schemas/IngressStoppedEvent'
member.added: '#/components/schemas/MemberAddedEvent'
member.removed: '#/components/schemas/MemberRemovedEvent'
member.updated: '#/components/schemas/MemberUpdatedEvent'
Expand Down Expand Up @@ -29173,6 +29338,9 @@ components:
- $ref: '#/components/schemas/FollowDeletedEvent'
- $ref: '#/components/schemas/FollowUpdatedEvent'
- $ref: '#/components/schemas/HealthCheckEvent'
- $ref: '#/components/schemas/IngressErrorEvent'
- $ref: '#/components/schemas/IngressStartedEvent'
- $ref: '#/components/schemas/IngressStoppedEvent'
- $ref: '#/components/schemas/KickedUserEvent'
- $ref: '#/components/schemas/MemberAddedEvent'
- $ref: '#/components/schemas/MemberRemovedEvent'
Expand Down Expand Up @@ -29326,7 +29494,7 @@ components:
type: apiKey
info:
title: Stream API
version: v214.2.0
version: v214.3.0
openapi: 3.0.3
paths:
/api/v2/app:
Expand Down
2 changes: 1 addition & 1 deletion openapi/moderation-clientside-api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/moderation-clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7766,7 +7766,7 @@ components:
type: apiKey
info:
title: Stream API
version: v214.2.0
version: v214.3.0
openapi: 3.0.3
paths:
/api/v2/moderation/appeal:
Expand Down
2 changes: 1 addition & 1 deletion openapi/moderation-serverside-api.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion openapi/moderation-serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9144,7 +9144,7 @@ components:
type: apiKey
info:
title: Stream API
version: v214.2.0
version: v214.3.0
openapi: 3.0.3
paths:
/api/v2/moderation/appeal:
Expand Down
2 changes: 1 addition & 1 deletion openapi/serverside-api.json

Large diffs are not rendered by default.

Loading