Calls Classes
Note: These classes are supported from version 8.1.0-beta01.
SalesIQCallState
A data class representing the state of a call in the SalesIQ SDK.
Constructor
Copied
data class SalesIQCallState(
val status: SalesIQCallStatus,
val isIncomingCall: Boolean?
)
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