stream-chat-js icon indicating copy to clipboard operation
stream-chat-js copied to clipboard

JS / Browser Client - Build Chat with GetStream.io

Results 96 stream-chat-js issues
Sort by recently updated
recently updated
newest added

Hello ! We are currently using stream-chat on a react app using react-script and we are trying to migrate to vite. After adding the node built in polyfill we encountered...

I am using a Supabase edge function to create tokens. When I call ``` const client = StreamChat.getInstance( Deno.env.get("GETSTREAM_API_KEY") as string, Deno.env.get("GETSTREAM_API_KEY_SECRET") as string, ); ``` I get the error...

## CLA - [x] I have signed the [Stream CLA](https://docs.google.com/forms/d/e/1FAIpQLScFKsKkAJI7mhCr7K9rEIOpqIDThrWxuvxnwUq2XkHyG154vQ/viewform) (required). - [x] Code changes are tested ## Description of the changes, What, Why and How? All catch closures inside...

User search doesn't work for channels with a lot of users Code sample: ``` import { UserItem, useChatContext, useChannelStateContext, } from 'stream-chat-react'; ... const { client, mutes } = useChatContext('useUserTrigger');...

Hi there I'm currently using the stream-chat API on the server side. When I call streamClient.deleteMessage(message_id, true) (Doing a hard delete here), after that, if I query the same channel...

Hi stream io developers, I try to sendUserCustomEvent from react web client. It seems like official doc is out of date. The channel.sendEvent() method don't accept customEvent. https://getstream.io/chat/docs/react/custom_events/ https://github.com/GetStream/stream-chat-js/pull/664 shows...

question
pending-reply

Webhook events [page](https://getstream.io/chat/docs/react/webhook_events/) doesn't contain response sample for `channel.created` event. It's one of the problems, since it is not clear if response contains any information about the members. However looking...

question
pending-reply

We've been forced to upgrade to push notifications v2 and I'm trying to configure APNS templates for it. However, there is no way in the dashboard and using the admin...

I'm attempting to export the contents of a channel using the following code: ```ts const streamChat = StreamChat.getInstance(/*API key*/, /*API secret*/) const channelType = 'team' async function export(channelId: string) {...

Hi, I've recently been diving into a project involving Stream Chat where some of our users face challenges initiating chats. This issue has persisted over time, and despite various investigative...