Interface ConversationOptions

interface ConversationOptions {
    controlOnly?: boolean;
    readonly?: boolean;
}

Properties

controlOnly?: boolean

Renders the chat iframe with only controls, no chat input.

  • Hides the "Join" button.
  • Always shows the "Close" button.
  • If the user is joined already, it still won't render the chat input, but will instead join the (re)assign controls, team chat, and close button.
readonly?: boolean

Whether the chat iframe should be rendered as readonly.

This will remove the bottom bar with the assign controls and the chat input.

Generated using TypeDoc