| LyncPlatformLibraryAudioCallHold Method (String, Boolean) |
Puts the existing connected call on-hold and plays an on-hold media.
Namespace: Inkostar.ClassesAssembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void Hold(
string wmaFile,
bool loopPlayback
)
Public Sub Hold (
wmaFile As String,
loopPlayback As Boolean
)
public:
virtual void Hold(
String^ wmaFile,
bool loopPlayback
) sealed
abstract Hold :
wmaFile : string *
loopPlayback : bool -> unit
override Hold :
wmaFile : string *
loopPlayback : bool -> unit 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.
Implements
ILyncPlatformLibraryInteractionHold(String, Boolean)
See Also