3CX Configuration and Call Control API v4.0.0.0 (v20)
C#
Show/Hide TOC
ICall
Create
RTAudio
Feed Method
creates local audio feed which can be set as background or foreground audio sent to the caller.
use
SetBackgroundAudio(Boolean,
String
)
to set
Name
as background audio or use
PlayPrompt(String,
String
, PlayPromptOptions)
to set it as foreground.
Definition
Namespace:
CallFlow
Assembly:
3CX.CallFlow (in 3CX.CallFlow.dll) Version: 20.0.1
C#
Copy
RTAudioFeed
CreateRTAudioFeed
()
Return Value
RTAudioFeed
See Also
Reference
ICall Interface
CallFlow Namespace
In This Article
Definition
See Also