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 -
Call waiting tone.
Declaration
Swift
case CallWaiting = 2 -
Call on hold tone.
Declaration
Swift
case CallOnHold = 3 -
Tone played when call is abruptly disconnected (media lost)
Declaration
Swift
case CallLost = 4 -
When the call end for any reason but lost.
Declaration
Swift
case CallEnd = 5 -
When the call is not answered.
Declaration
Swift
case CallNotAnswered = 6
ToneID Enumeration Reference