ChatContext

interface ChatContext(source)

Extra context passed to a participant.

Online Documentation

Properties

Link copied to clipboard
abstract val history: ReadonlyArray<JsAny>

All of the chat messages so far in the current chat session. Currently, only chat messages for the current participant are included.