Hi @vcs_account
I think example 3-2 might be helpful for you. Take a look at “”
Just add
<SBChannelList
onChannelSelect={channel => {
if (channel && channel.url) {
setCurrentChannelUrl(channel.url);
}
}}
queries={{
channelListQuery: {
includeEmpty: true,
channelUrlsFilter = ['seminar', 'lecture'];
},
}}
/>
Side not - I saw you made a similar question at Get Channel List by Customtype is it a separate question?