Visitor.setName()

This API would dynamically set the names of the visitors(if known) in the chat windows on your website as well as on the pane right beside your operator's chat window. If you had disabled the name field in the chat windows, then this API would set the names of the visitors in the pane beside your operator's chat window alone.

Syntax:

CopiedZohoSalesIQ.Visitor.setName(String name)

Example:

CopiedZohoSalesIQ.Visitor.setName("Donald");