Skip to main content

Chat.showOperatorImageInLauncher()

This API lets you to dynamically set the profile picture of the operator to whom the chat will be routed to in the embedded chat widget icon.

PARAMETERS

  • isShow: You can either choose to show or hide the operator's picture on the chat widget icon.
  • Note: By default, pictures of the operators will not be set on the chat widget icon.

Syntax:

CopiedZohoSalesIQ.Chat.showOperatorImageInLauncher(Boolean isShow)

Example:

CopiedZohoSalesIQ.Chat.showOperatorImageInLauncher(true)