Gets Free SoundCloud Client ID.
Use this in beginning of your code to add SoundCloud support.
play.getFreeClientID().then((clientID) => play.setToken({ soundcloud : { client_id : clientID }})) Copy
play.getFreeClientID().then((clientID) => play.setToken({ soundcloud : { client_id : clientID }}))
client ID
Gets Free SoundCloud Client ID.
Use this in beginning of your code to add SoundCloud support.