Hierarchy

  • ILivechatRead

Methods

  • Parameters

    • query: object

    Returns Promise<IVisitor[]>

    Deprecated

    This method does not adhere to the conversion practices applied elsewhere in the Apps-Engine and will be removed in the next major version. Prefer the alternative methods to fetch visitors.

  • Gets online status of the livechat.

    Parameters

    • Optional departmentId: string

      (optional) the id of the livechat department

    Returns boolean

    Deprecated

    use isOnlineAsync instead

  • Gets online status of the livechat.

    Parameters

    • Optional departmentId: string

      (optional) the id of the livechat department

    Returns Promise<boolean>

Generated using TypeDoc