ConferenceCode

public enum ConferenceCode: Int

Code that represents a conference invitation state

  • decline: Callee decline invitation to conference
  • ok: ok
  • busy: Callee is busy
  • cancel: Caller cancel invitation to conference
  • timeout: timeout
  • 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