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.

6 changes: 2 additions & 4 deletions openapi/chat-openapi-clientside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4711,7 +4711,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 @@ -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.5.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.

4 changes: 1 addition & 3 deletions openapi/chat-openapi.yaml
Original file line number Diff line number Diff line change
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.5.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.

210 changes: 200 additions & 10 deletions openapi/clientside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,8 @@ components:
type: string
x-stream-index: "011"
feeds:
description: List of feed IDs to add the activity to
description: List of feeds to add the activity to with a default max limit
of 25 feeds
items:
type: string
maximum: 255
Expand Down Expand Up @@ -1743,7 +1744,8 @@ components:
type: string
x-stream-index: "001.011"
feeds:
description: List of feed IDs to add the activity to
description: List of feeds to add the activity to with a default max limit
of 25 feeds
items:
type: string
maximum: 255
Expand Down Expand Up @@ -1948,7 +1950,12 @@ components:
description: Duration of the request
title: string
type: string
x-stream-index: "003.001"
x-stream-index: "004.001"
notification_created:
description: Whether a notification activity was successfully created
title: boolean
type: boolean
x-stream-index: "003"
reaction:
$ref: '#/components/schemas/FeedsReactionResponse'
description: The created or updated reaction
Expand Down Expand Up @@ -2036,7 +2043,12 @@ components:
x-stream-index: "001"
duration:
type: string
x-stream-index: "002.001"
x-stream-index: "003.001"
notification_created:
description: Whether a notification activity was successfully created
title: Notification Created
type: boolean
x-stream-index: "002"
required:
- comment
- duration
Expand Down Expand Up @@ -2133,7 +2145,12 @@ components:
x-stream-index: "001"
duration:
type: string
x-stream-index: "003.001"
x-stream-index: "004.001"
notification_created:
description: Whether a notification activity was successfully created
title: Notification Created
type: boolean
x-stream-index: "003"
reaction:
$ref: '#/components/schemas/FeedsReactionResponse'
description: The created reaction
Expand Down Expand Up @@ -13680,6 +13697,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 +13815,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 +15344,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 +23480,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 @@ -23954,12 +24120,17 @@ components:
properties:
duration:
type: string
x-stream-index: "002.001"
x-stream-index: "003.001"
follow:
$ref: '#/components/schemas/FollowResponse'
description: The created follow relationship
title: Follow
x-stream-index: "001"
notification_created:
description: Whether a notification activity was successfully created
title: Notification Created
type: boolean
x-stream-index: "002"
required:
- follow
- duration
Expand Down Expand Up @@ -28768,6 +28939,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 +29200,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 +29360,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 +29516,7 @@ components:
type: apiKey
info:
title: Stream API
version: v214.2.0
version: v214.5.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.5.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.

4 changes: 2 additions & 2 deletions openapi/moderation-serverside-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,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 @@ -9144,7 +9144,7 @@ components:
type: apiKey
info:
title: Stream API
version: v214.2.0
version: v214.5.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