ToneID

public enum ToneID : Int

Enum listing frequent telephony tones.

  • Not a tone.

    Declaration

    Swift

    case Undefined = 0
  • Busy tone.

    Declaration

    Swift

    case Busy = 1
  • Undocumented

    Declaration

    Swift

    case CallWaiting = 2
  • Call waiting tone.

    Declaration

    Swift

    case CallOnHold = 3
  • Call on hold tone.

    Declaration

    Swift

    case CallLost = 4
  • Tone played when call is abruptly disconnected (media lost)

    Declaration

    Swift

    case CallEnd = 5