State

public enum State : String, CaseIterable

State describes possible states the call can be in

  • Undocumented

    Declaration

    Swift

    case initiating
  • Undocumented

    Declaration

    Swift

    case progressing
  • Undocumented

    Declaration

    Swift

    case ringing
  • Undocumented

    Declaration

    Swift

    case answered
  • Undocumented

    Declaration

    Swift

    case established
  • Undocumented

    Declaration

    Swift

    case ended