amazon-chime-sdk-android
amazon-chime-sdk-android copied to clipboard
Filters for Channel (i.e Using ListChannelMembershipsForAppInstanceUserRequest() )
What do you want us to build?
A Filter like notBefore()
for ListChannelMembershipsForAppInstanceUserRequest()
like the ListChannelMessagesRequest()
has.
Area: amazon-chime-sdk-ios, amazon-chime-sdk-android.
Tell us about the problem you are trying to solve and why is it hard?
I have a requirement where I only want to show the channels that have been created in the last 21 days by using the ListChannelMembershipsForAppInstanceUserRequest().
Currently, I have to fetch all the channels and then manually filter them.
How are you currently solving a problem?
I do not have any solution for filtering.
Additional context
I am storing the created time in the metadata of the channel and using that data to manually filter the channel list.
I'm not sure if this goes to the right SDK, are we talking about messaging channel?