Description
The MonitorSilence method monitor the silence signal on a
call.
[Visual Basic]
Function MonitorSilence( Duration As Long) As Boolean
[C#]
Public Function MonitorSilence(
ByVal Duration As Integer) As Boolean
Parameters
- Duration
- The OnSilence event will be fired when the device detects silence equal to the number of milliseconds defined in this property. 1000 milliseconds is equavalent to 1 second.
-
in milliseconds, during which the tone should be present before a detection
is made.
Return values
-
- If the method succeeds, return TRUE, otherwise return FALSE.
Remarks
See Also
Support editions

