Type: StreamMessage#

StreamMessage: object

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

Type declaration#

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