Click or drag to resize
ILyncPlatformLibraryInteractionHold Method (String, Boolean)
Puts the existing connected call on-hold and plays an on-hold media.

Namespace: Inkostar.Interfaces
Assembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void Hold(
	string wmaFile,
	bool loopPlayback
)

Parameters

wmaFile
Type: SystemString
The WMA media file to be played.
loopPlayback
Type: SystemBoolean
Set to True to specify that the content playback will be repeated when reaching the end, otherwise set to False.
See Also