currentCallId()

Note: This API is supported from version 6.5.1.

The currentCallId() retrieves the conversation ID of the current ongoing call.

Returns

  • String: ID of the conversation.

Example

CopiedString? callId = await ZohoSalesIQCalls.currentCallId;