Questions tagged [getstream-io]

Create customized news and activity streams effortlessly with our revolutionary Hosted News feeds API – perfect for scaling up!

I encountered an issue with a missing token in the client side mode that requires a secret error. Can anyone guide me on the steps

I encountered an issue while working on a client project. The error message I received states, "A secret error is missing in client-side mode, please provide a token." Please find the code snippet below: const getstream = require('getstream'); const cli ...

Customize the default getstream component styles in a NextJS Component

Is there a way to customize the CSS of getStream.io components using custom CSS? I have created a component as shown below and now I want to override the styles for various classes of its components. Following the instructions in this README file, I impor ...

Having trouble receiving any ringing status in nextjs while utilizing the getstream SDK

I attempted to integrate the getstream video SDK for calling from the caller to the callee. While I can successfully create calls from the caller side, I am not receiving any status updates about the call on the callee side. Below are my codes for the cal ...