Calls Classes

Note: This API is supported from version 6.5.1.

SalesIQCallState

A data class representing the state of a call in the SalesIQ SDK.

Parameter:

  • status (SalesIQCallStatus): Represents the current call status, derived from the SalesIQCallStatus enum (e.g., connected, calling, ringing, etc.).
  • isIncomingCall (Boolean?): Identifies whether the call is incoming. Returns:
    • true – Incoming call
    • false – Outgoing call
    • null – Status unknown