Type: StreamMessage#

StreamMessage: object

This is the format for a streaming-related message. For example, setting resolution or framerate.

Type declaration#

id?#

optional id: string

Correlation UUID. Required on new messages; synthesized from type on receipt for legacy Ragnarok SDK stream messages that predate the id field.

type#

type: string

The type of the event type of the custom message. For example, ‘resize’.

value#

value: object

Any custom structure object.

Index Signature#

[k: string]: unknown