Click or drag to resize
LyncPlatformLibraryAudioCallPlay Method (String)
Plays an audio file then raises an PlaybackEnded event on completion.

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

Parameters

wmaFile
Type: SystemString
The media file to be played.
Examples
..\\welcomeprompt.wma

Implements

ILyncPlatformLibraryInteractionPlay(String)
See Also