Calls.setTitle()
Note: This API is supported from version 6.5.1.
The Calls.setTitle() API customizes the title of the pre-call form based on the brand or call department's online/offline status.
Parameters
- online (String) - The text to display when the status is online.
- offline (String) - The text to display when the status is offline.
Example
CopiedZohoSalesIQCalls.setTitle("Call us now", "Leave us missed call");