Click or drag to resize
LyncPlatformLibraryAudioCallRecord Method
Records the current voice path to a given WMA file then raises an event of type RecordingStarted on completion.

Namespace: Inkostar.Classes
Assembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Record(
	string wmaFile
)

Parameters

wmaFile
Type: SystemString
The full path of the WMA recording.
Examples
d:\recordings\myrecoding.wma

Implements

ILyncPlatformLibraryInteractionRecord(String)
See Also