Click or drag to resize

CallLimitMode Enumeration

Specifies playback modes when the maximum call limit is reached.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public enum CallLimitMode
Members
Member nameValueDescription
OzekiDemoSpeech0 Plays the default Ozeki demo speech.
CustomTextToSpeech1 Plays a custom text with the default text-to-speech engine.
WavFile2 Plays a custom wav file.
RejectCall3 Rejects the incoming call or cancels an outgoing call.
See Also