Click or drag to resize
LyncPlatformLibraryAudioCallPlay Method
Overload List
  NameDescription
Public methodPlay(String)
Plays an audio file then raises an PlaybackEnded event on completion.
Public methodPlay(String, Boolean)
Plays an audio file specifying whether the playback will be repeated then raises an PlaybackEnded event on completion.
Public methodPlay(RetrieveCustomPrompt, LyncPlatformLibraryAudioType, Boolean)
Plays a media content whose source is generated dynamically from a custom function, specifying the client delegate where the media content will be generated and the LyncPlatformLibraryAudioType content type. To be used when the content to be played changes and can be dynamically generated, for example: current expected waiting time.
Public methodPlay(String, LyncPlatformLibraryAudioType, RetrieveCustomPrompt, LyncPlatformLibraryAudioType, Int32, Boolean)
Alternates playback between two media contents, where the first content is of type LyncPlatformLibraryAudioType and the second content is generated from a client delegate. To be used when needing to play content from more than one source and the second content needs to be dynamically generated, for example: music and current expected waiting time.
Public methodPlay(String, LyncPlatformLibraryAudioType, String, LyncPlatformLibraryAudioType, Int32, Boolean)
Alternates the playback between two media contents, specifying the media type as LyncPlatformLibraryAudioType and duration for each content. To be used when needing to play an audio from more than one source, and both content are of type LyncPlatformLibraryAudioType for example: music and a fixed prompt.
Top
See Also