Built-in front calls / Standard front calls |
Plays the sound file passed as parameter on the front-end platform.
ui.Interface.frontCall("standard", "playSound", [filename], [])
The "playSound" front call opens the sound file passed as parameter and plays the sound on the front-end.
If the file is not located on the front-end, it will automatically be transfered to the front-end through the file-transfer facility.
Supported sound file format depends on the front-end infastructure (platform, technology, web browser, ...)
CALL ui.Interface.frontCall("standard", "playSound", ["/opt/var/sounds/beep.mp3"], [])