[Problem/Question]
I’m implementing chatting feature with sendbird sdk in our flutter application and I was wondering if viewing all media files sent by the users is possible… Is there a way to show list of all the images / videos / files of an open channel / group channel?
I figure that 1 way to do this is to use 3rd party storage and use sendFileMessage(FileMessageParams.withUrl(url));
when sending a file message. But I want to know if theres other way to do this just with sendbird.