ZoomPhoneCallStatus: "Incoming" | "Outgoing" | "Active" | "Idle" | "Hold" | "Not Registered" | "TransferAccepted" | "TransferCompleted" | "ConferenceAccepted" | "ConferenceParticipantListChanged"

Zoom Phone call status and action transitions for GetPhoneContextResponse and OnPhoneContextEvent.

Values are emitted when the corresponding state or action occurs so apps can distinguish intent and flow transitions.

  • Incoming — user is receiving an inbound call or interaction
  • Outgoing — user is placing an outbound call or initiating an interaction
  • Active — user is currently engaged in a live call or session
  • Idle — user is logged in and available but not engaged in any interaction
  • Hold — the active call is temporarily paused by the user
  • Not Registered — the device or user is not connected or registered to the system
  • TransferAccepted — user accepted an incoming transferred call
  • TransferCompleted — user completed an initiated transfer call
  • ConferenceAccepted — user accepted an incoming conference
  • ConferenceParticipantListChanged — some user left or joined the conference

Generated using TypeDoc