Skip to main content
Version: Next

Type Alias: VoIPCallStatus

VoIPCallStatus = "available" | "incoming" | "connecting" | "active"

Defined in: mobile-client/src/voip/VoIPContext.ts:12

Lifecycle state of the current VoIP call.

  • available — no call in progress
  • incoming — a call is ringing, awaiting the user's answer
  • connecting — the call was started/answered; your app should be joining its room now
  • active — your app reported the media connected and the call is in progress