currentState()
Note: This API is supported from version 6.5.1.
The currentState() API retrieves the current status of an ongoing call.
Returns:
- SalesIQCallState: Represents the current call status and a value that indicates whether the call is incoming or outgoing.
Example
CopiedSalesIQCallState? state = await ZohoSalesIQCalls.currentState;