Represents an event received in the chat room. Events might originate from IVS service, client actions, or your backend code.

Hierarchy

  • ChatEvent

Properties

attributes?: Record<string, string>

Key-value object for any additional event data.

eventName: string

Name of the event.

id: string

Server-generated unique identifier of the event.

requestId?: string

Client-generated identifier of the request that triggered the event.

sendTime: Date

Date and time when the event has been sent.

Generated using TypeDoc