| ILyncPlatformLibraryInteractionHold Method (String, Boolean) |
Puts the existing connected call on-hold and plays an on-hold media.
Namespace: Inkostar.InterfacesAssembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxvoid Hold(
string wmaFile,
bool loopPlayback
)
Sub Hold (
wmaFile As String,
loopPlayback As Boolean
)
void Hold(
String^ wmaFile,
bool loopPlayback
)
abstract 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.
See Also