Stephen

  • Total activity 131
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 2 users
  • Votes 0
  • Subscriptions 70

Articles

Recent activity by Stephen Recent activity Votes
  • Query Filter Review - Performance, Timeouts, Simplification

    Several of our APIs accept a filter as part of the request, which tells our databases which data to return. We don't have restrictions on the filters that we accept, so our customers can create qui...

  • How do I access the moderation dashboard? - Chat

    You can access the chat moderation dashboard on the application dashboard in the chat dropdown on the top navigation bar. Here you will find all the messages which have been flagged by users using ...

  • Updates, API calls, records, and overages - Billing metrics for Stream Feeds

    Monthly plans for the Stream Feeds product is billed based on three main metrics - Updates, API calls, and unique records that we store. Here is a quick breakdown of these.    1. Updates Updates ar...

  • Is there a limit on channel members?

    There is no limit on how many members can be added to a channel with Stream Chat. However, there are some limitations to be aware of. 1. Only the first 100 members receive push notifications for pu...

  • I'm receiving HTTP 403 Errors in my Feeds App

    The Stream Feeds API is built with a simple permissions system for read and write privileges.  Permissions are defined at a Feed Group level.  With Server-side permissions (Stream client instantiat...

  • What constitutes an update? - Feeds

    One of the pricing metrics for the monthly Stream Feeds plans is updates. But what is an update? When a user sends an activity to any type of feed - that is an update. But if the feed is followed b...

  • Export data - Copy data to my database to integrate 3rd party analytics

      This article will provide a general overview on how to duplicate/export data to your database with Stream Chat. This data can allow you to integrate a 3rd party data analytics platform. The Strea...

  • Debugging a race condition in your integration

    One of the most common reasons for an integration problem is a race condition between making an API request and successfully initializing the client.  Every API request from the client-side require...

  • Timeout of 3000ms exceeded - what to do

    If an API request times out, there is a method for increasing the timeout threshold.  What is happening is that the total round trip time of the API request is being exceeded. The full API request ...

  • Stream Chat Success Checklist

    We understand that every integration with the Stream Chat API is different, especially considering the multitude of use cases and potential server-side and client-side SDK integrations. Here is a q...