Stephen
- Total activity 142
- Last activity
- Member since
- Following 0 users
- Followed by 2 users
- Votes 0
- Subscriptions 76
Articles
Recent activity by Stephen-
Does Stream Chat support speech-to-text functionality?
Stream Chat SDKs do not directly handle speech-to-text functionality, as this is typically a feature provided by the device's operating system keyboard. To implement speech-to-text in your chat app...
-
Why we don't support all batch delete operations
Commonly, we are asked for support for endpoints that support 0(x) or 0(n) numbers of deletions. This article is written to provide an explanation of why these usually aren't supported. Common Req...
-
Complex QueryChannels Filters - A Pattern to Avoid
The QueryChannels API is typically core to most chat applications because it provides the data to populate a list of channels the user can interact with. The API accepts two parameters filter and s...
-
Adding End-to-End Encryption (E2EE) to Stream Chat - What You Need To Know
Overview End-to-end encryption (E2EE) ensures that only the communicating users can read the contents of their messages. While E2EE enhances privacy, it also introduces challenges for moderation an...
-
Conducting Load Tests
Overview Conducting a load test for your application is a common step in ensuring your app can handle the expected traffic and user activity. However, it's important to approach load testing in a m...
-
User for System Messages
Issue: When trying to send a system message using the type: "system", users are prompted to set a user_id, which can be confusing as the system itself is sending the message. Solution: To send a sy...
-
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...