Skip to main content

EOIGetAllStreamsInfoResponse

eyesonit-typescript-sdk


eyesonit-typescript-sdk / EOIGetAllStreamsInfoResponse

Class: EOIGetAllStreamsInfoResponse

Response wrapper for getAllStreamsInfo.

Extends

Constructors

Constructor

new EOIGetAllStreamsInfoResponse(eoiResponse): EOIGetAllStreamsInfoResponse

Parameters

eoiResponse

EOIResponse

Raw API response.

Returns

EOIGetAllStreamsInfoResponse

Overrides

EOIBaseOutputs.constructor

Properties

success

success: boolean

Indicates whether the API call completed successfully.

Inherited from

EOIBaseOutputs.success


message?

optional message: string

Optional human-readable message returned by the API.

Inherited from

EOIBaseOutputs.message


streams

streams: EOIStreamInfo[]

All registered streams returned by the server.