CallLimitMode Enumeration |
Specifies playback modes when the maximum call limit is reached.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public enum CallLimitMode
Public Enumeration CallLimitMode
public enum class CallLimitMode
Members
| Member 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