CTI32 Engine Class Library

ConfigData.delayAfterAnswer Field

How many milliseconds to delay right after the engine answers the phone on an incoming call. Sometimes the audio is not immediately available and so you may need to pause. 1000 = 1 second

[Visual Basic]
Public delayAfterAnswer As Integer
[C#]
public int delayAfterAnswer;

See Also

ConfigData Class | CTI32Engine Namespace