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
  • 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...

  • 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 ...

  • Disable user search - Chat

    A possible use-case may reqquire disabling user search. User search is possible through the queryUsers endpoint. By default, queryUsers is an endpoint that doesn't require any special permissions. ...

  • All about silent messages - Chat

    There are few messages that need not be prominent as other messages and we and so we created silent messages.   Default syntax is to make the silent parameter true implying a silent message - const...

  • Max message character / text & attachment / upload limit - Chat

    This article will cover:Message text and attachment size & length limitsIncreasing character limit for the Stream Chat APIIncreasing character limit for the React SDK We do consider the default 500...

  • How to disable thread? - Chat

    Threads can be disabled using these steps - 1. Disable replies, reactions, etc. from the dashboard. (Application -> Chat -> Chat Overview) Please refer to the screenshot below. This is required so ...

  • Channel lists slow loading fixes - Edge Infrastructure, Timeout, Region - Chat

    Edit: New Stream Chat Edge Infrastructure Reduces Latency by up to 5x July, 2021 -  For existing customers and anyone evaluating with a Stream Chat free trial, switching to this new edge API infras...

  • How to create a dev token - Chat

    Tokens are required to authenticate users. Sometimes, you wouldn’t want to keep authenticating users during development. In such cases, you can disable the token authentication and use client-side ...

  • Filters for queryChannels - Chat

    At the core of many applications is the ability to retrieve a list of channels that are accessible by the user. However, due to the wide array of use cases, the queryChannels endpoint in the Stream...

  • Rate-limits and HTTP 429 Errors

    Rate limits exist to protect our API and to ensure the correct implementation of the API. With proper usage, the rate limits given in the Standard Plan are usually enough for the volume that is per...