CallLimitMode Enumeration |
Specifies playback modes when the maximum call limit is reached.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic enum CallLimitMode
Public Enumeration CallLimitMode
public enum class CallLimitMode
MembersMember name | Value | Description |
---|
OzekiDemoSpeech | 0 |
Plays the default Ozeki demo speech.
|
CustomTextToSpeech | 1 |
Plays a custom text with the default text-to-speech engine.
|
WavFile | 2 |
Plays a custom wav file.
|
RejectCall | 3 |
Rejects the incoming call or cancels an outgoing call.
|
See Also