Audio Overlay

Go to the Blings Platform → Integration → open the advance tab and paste the following code:


const audio = 'AUDIO LINK HERE';
params.rest = {overlay : { audio: [{ url: audio, volume: 1, loop: true }] } }
  • loop can be true or false

  • Replace the link of the audio inside the quotes