function changeChannel(chan) {
var player = embed.getPlayer();
player.setChannel(chan);
}
That’s what this bit does…
how are you thinking the change will be triggered?
function changeChannel(chan) {
var player = embed.getPlayer();
player.setChannel(chan);
}
That’s what this bit does…
how are you thinking the change will be triggered?