Type Alias CallDiscardReason

CallDiscardReason:
    | "missed"
    | "disconnect"
    | "hangup"
    | "busy"

Phone call discard reason. Can be:

  • missed: The call was missed
  • disconnect: The connection has interrupted
  • hangup: The call was ended normally
  • busy: The call was discarded because the user is in another call