Seetha
- Total activity 50
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 1
- Subscriptions 26
Activity overview
Latest activity by Seetha-
Seetha created an article,
Disable Permission Checks - From the API
The permission checks are necessary for your application without which anybody can edit/delete any message. These permission checks are in place to protect the application and to respect the permis...
-
Seetha created an article,
Uploading attachments in Stream-Chat
The most common topic about uploads especially when you want to use stream's CDN. Stream had imgix CDN before but now its cloudfront, so if you have issues with your CDN URL, please feel free to re...
-
Seetha created an article,
How to share / repost an activity
A common approach to share, repost or "retweet" an activity - There is an option to repost an activity - You can use reactions for this: just add a reaction with a title repost and use targetFeed...
-
Seetha created an article,
Deleting Feed Data and Feed Group
A common use-case where you want to delete unwanted or unused feed groups from the App. This is possible from the dashboard. If it's a dev app this is easy to do, if it's a Prod app, you might w...
-
Seetha created an article,
User Ban - Chat
This is a great moderation feature provided by Stream. Ban is a server-side operation - There are 2 types of ban available. 1. Channel Ban 2. Client Ban (App Ban / User Ban) Channel Ban let dat...
-
Seetha created an article,
How to update Organization Name from the dashboard?
A regular use-case where there is a necessity to change the Organization name because you had created a temporary Org name created before or your Org name has changed. In any such situation, ple...
-
Seetha commented,
Hi, can you please send us your use case to https://getstream.io/contact/support/? Thanks.
-
Seetha created an article,
Client-Side API calls and Server-Side API calls - Chat
This article covers in detail the API calls that can be performed in the Client-side and the Server-side and about the special permissions required client-side. COMMANDS CLIENT-SIDE CLIENT-SID...
-
Seetha created an article,
Sending message - a generic flow - Chat
A simple flow of how to send a message - Client-side 1. Instantiate the client2. Call connectUser, pass the token received from the server-side3. Create a channel/query channel4. Send a message c...
-
Seetha created an article,
How to get the message_id? - Chat
There is a message_id, a unique identifier associated with every message. This can be obtained from the following ways - Whenever you send a message, you get the API response with the message_id ...