ConferenceCode

public enum ConferenceCode: Int
  • Declaration

    Swift

    case decline = 603
  • ok

    Declaration

    Swift

    case ok = 200
  • Declaration

    Swift

    case busy = 486
  • Declaration

    Swift

    case cancel = 487
  • Declaration

    Swift

    case timeout = 408
  • Declaration

    Swift

    public init(from decoder: Decoder) throws