stream-chat-js icon indicating copy to clipboard operation
stream-chat-js copied to clipboard

Request to join channel feature request

Open rohanvasishth opened this issue 3 years ago • 1 comments

So I understand that an invite members framework exits. However, I am looking to implement the reverse of this. As in a user on my app would be able to see the list of channels and then send requests to join them depending on which channel the user wanted to join. On the other end, channel members would be able to accept or deny the request to join them.

In my reading of the docs, I don't think this is currently achievable but please do let me know if it is and how I can do it. Thanks!

rohanvasishth avatar Jul 24 '22 04:07 rohanvasishth

Thanks for reporting this. This is a good idea and we've added this as a feature request to our backlog.

In the meantime, because this issue describes a backend feature and is not specific to the javascript SDK, I'm going to close this issue.

miagilepner avatar Aug 24 '22 09:08 miagilepner

Is there any update on this?

JuI3s avatar Jun 26 '23 03:06 JuI3s

Is there any update on this?

I'm trying to do the same thing as @JuI3s here. I am considering adding a notification to the channel owner's feed using the getstream activity feed. And then, the channel owner manages the accept/decline from the notification received. Set up permissions on the channel so that only the owner can add channel members. Will report back if this approach succeeds.

thecannabisapp avatar Jul 18 '23 22:07 thecannabisapp