isEnabled()
Note: This API is supported from version 6.5.1.
The isEnabled() API checks whether the call functionality is enabled in the brand. You can configure this setting by navigating to Settings > Brand > Select the Brand > Configurations > Channels > Audio Call.
Returns:
- bool: "true" if the call functionality is enabled and "false" when disabled.
Example
Copiedbool enabled = await ZohoSalesIQCalls.isEnabled;