removeOnCallStatusChangeCallback()

Note: This API is supported from version 8.1.0-beta01.

The removeOnCallStatusChangeCallback() API unregisters the previously added callback, stopping updates related to call state changes.

Parameters:

Syntax

Copiedvoid removeOnCallStatusChangeCallback(ZohoSalesIQResultCallback<SalesIQCallState> callback);

Example

CopiedZohoSalesIQCalls.removeOnCallStatusChangeCallback(callback);
CopiedZohoSalesIQCalls.removeOnCallStatusChangeCallback(callback)