Product, Libraries & Version
Desktop version 9.10
Goal
I am exploring the platform and the demo applications. Some applications have the channel selector, but others don’t so I’m trying to enable it for them. I’ve enabled channelSelector in the json file and can see the selector, but it doesn’t do anything when I select a color. This is the snippet that I’m using to subscribe:
io.channels.subscribe((client) => {
if (client && client.name) {
setFields(client);
}
});