You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the SDK API reference, we can fetch channels using the following methods : getLocalChannels, getPublicChannelDescriptors and getSubscribedChannels none of which accept the pageSize parameter so I end up fetching 50 channels when I'm just interested in 5 to 10 at most.
Is there a way to control the fetched channels pageSize using the javascript front end SDK ?
The text was updated successfully, but these errors were encountered:
According to the SDK API reference, we can fetch channels using the following methods :
getLocalChannels
,getPublicChannelDescriptors
andgetSubscribedChannels
none of which accept the pageSize parameter so I end up fetching 50 channels when I'm just interested in 5 to 10 at most.Is there a way to control the fetched channels pageSize using the javascript front end SDK ?
The text was updated successfully, but these errors were encountered: