Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IRCKitInitOpts

Index

Properties

Business Data Module Hooks, used to inject user information, group information, and more into the SDK.

logLevel?: ERROR | WARN | INFO | DEBUG

Log output level, default value: LogL.WARN(2).

language?: string

Initial language configuration.

description

If not provided or the value is invalid, the page's lang configuration will be used. If the page does not define lang, the default will be en_US.

allowedToRecallTime?: number

The maximum time allowed to recall sent messages, in seconds.

description

If not provided or if the value is invalid, the default is 120 seconds. This setting is only applicable to the Electron platform.

allowedToReEditTime?: number

The maximum time allowed for editing a sent message that was recalled, in seconds.

description

If not provided or the value is invalid, the default is 60 seconds, applicable only to the Electron platform.

modalContainerId?: string

The parent DOM of the popup window. If not provided, the default is document.body.