Click or drag to resize
TapiCallStopRecording Method
Stops recording of call audio.

Namespace: Traysoft.AddTapi
Assembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntax
public void StopRecording()
Remarks

This method stops recording that was started using StartRecording(String) and closes the wave file. Wave file specified in the file parameter of the StartRecording(String) method is not accessible until recording is stopped.

See Also