Seetha

  • Total activity 57
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 2 users
  • Votes 1
  • Subscriptions 31

Articles

Recent activity by Seetha Recent activity Votes
  • Token Creation -- Client-Side vs Server-Side - Chat

    This article will help us understand the difference and how can we instantiate Stream. Client-side and Server-Side Chat clients are instantiated similarly, but have key differences. The client will...

  • How to truncate a channel? - Chat

    Truncate implies removing all messages from the channel. This will not delete the channel instead wipe out the messages from the channel. This can be done from the client-side/server-side. I am usi...

  • Connection Termination / Disconnection - Chat

    It is always better to close the connections whenever the chat function is not in use. This helps in preventing overage. The overage is calculated when concurrent connections / MAU / message count ...

  • User Roles and Permission Policies - Chat

    In Stream's architecture, channels are organized in groups called Channel Types This is most often the first parameter to pass when initializing a channel Channel types can be configured with spe...