Start playing audio
The Start playing audio function allows the user to play a track or audio that is loaded in the firebase database or found in a web address

Audio url or uri : You must enter the url of the audio to play.
Step by Step :

Play time update : It is executed every second that the audio file is being executed and returns the execution time.
OutVars
Null
Start playing : It is executed when the file starts to play.
OutVars
Null
Stop playing : It is executed when the file stops.
OutVars
Null
On Error : It is executed when the entered url of the entered file is not a valid file
OutVars
Null
Last updated
Was this helpful?