Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.16 KB

PlayAllOf.md

File metadata and controls

13 lines (9 loc) · 1.16 KB

freeclimb.Model.PlayAllOf

Properties

Name Type Description Notes
File string RL of the audio file to be played to the caller. The URL can be the `recordingUrl` generated from the `RecordUtterance` or `StartRecordCall` PerCL commands.
Loop int Number of times the audio file is played. Specifying '0' causes the Play action to loop until the Call is hung up. [optional]
ConferenceId string ID of the Conference the audio should be rendered to. If this is not specified, the audio is by default rendered to the caller associated with the call leg that corresponds to the current PerCL execution context. The call leg associated with this command must be in the specified Conference or the command will return an error. [optional]
PrivacyMode bool Parameter `privacyMode` will not log the `text` as required by PCI compliance. [optional]

[Back to Model list] [Back to API list] [Back to README]