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

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

Parameters

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