Questions tagged [sendbird]

Relates to question targeting the SendBird chat and messaging service API.

SendBird is a complete chat platform for your mobile apps and websites: Chat and Messaging SDKs and API, and a fully managed chat infrastructure. SendBird has no issues scaling from two users to an audience of millions.

Resources

136 questions
0
votes
1 answer

React Native & Sendbird - invalid parameter

So, I'm using the sendbird chat API (JS) with react native and the first time the component loads I get an error(Sendbird invalid parameter), but when I save the file and metro reloads it connects successfully: var sb; const [idRetrieved,…
0
votes
2 answers

sendbird createMyGroupChannelListQuery return empty when recall

I'm using SendBird Javascript SDK createMyGroupChannelListQuery() and the instance's next() method to retrieve the list of group channels. However, it will return the list only one time after initialized the instance, the next time it gets called,…
pucca garu
  • 97
  • 9
0
votes
1 answer

Sendbird - how update message after 'reaction click'?

We use Sendbird for chat. I have message component with buttons that run addReaction method enter image description here. And according to the docs https://sendbird.com/docs/chat/v3/javascript/guides/group-channel#2-react-to-a-message I need to do…
0
votes
1 answer

Vite and Sendbird does not works

I got that an app made with React(using Vite) and Sendbird(A chat provider) works together, but I don't know why, from today this is giving me this error: Uncaught ReferenceError: Buffer is not defined at node_modules/ws/lib/constants.js…
Agustin Herrera
  • 363
  • 5
  • 14
0
votes
1 answer

Sendbird chat SDK for Android not showing the last seen at message in the 1-1 channel header

I'm using the sendbird chat sdk for my application. It's not showing the last seen at message in the one-to-one channel header. I have also used this method .setUseLastSeenAt(true) in the channel builder to show the last seen. But still it's not…
Stephenraj
  • 761
  • 9
  • 17
0
votes
1 answer

SendBird Laravel API with React Front End

I have a Laravel back end serving APIs to a React front end for a solution I am developing. I want to integrate SendBird Chat API into the application to allow authenticated users to chat with each other. My query is, how can I pass authenticated…
JEJ
  • 814
  • 5
  • 21
0
votes
1 answer

how to use Sendbird chat SDK with vue.js

I have vue.js application and I have a requirement to integrate sendbird one to one chat in that application. Is it possible and anyone have done it?
YasirSE
  • 161
  • 1
  • 10
0
votes
1 answer

Sendbird video call Integration with iOS Swift

I am trying to integrate Sendbird with iOS in swift. Outgoing call is working fine for me. I am not getting any Push for incoming calls. neither of the delegate methods of cxproviderdelegate are not getting called. Can any one help me to understand…
Rishi Chaurasia
  • 520
  • 4
  • 18
0
votes
0 answers

SENDBIRD KOTLIN message

I am using the SENDBIRD SDK on Android to implement a chat in flutter using platformsChannels. I have managed to implement the connection, create channels, and send messages, but when I send a message from another device it does not run in the…
RicharC293
  • 46
  • 3
0
votes
2 answers

how to use sendbird-ui kit with next.js

I am trying to integrate https://codesandbox.io/s/3-3-customizing-channellist-sg9kx?file=/src/index.css:0-297 in my next.js project. I am importing dependencies using: import dynamic from 'next/dynamic' const SBProvider = dynamic( () => { …
0
votes
1 answer

SendBird Push only one notification - android

I'm building a chat app android I know well it works only when devices are offline ( in the background ) I've some questions: 1- if a user sends a message to another, SendBird push notification for the first message only, and next messages no…
0
votes
1 answer

SendBird Error 400403 Invalid value: JSON body

I am trying to create user using send bird API I am using python to make the API call, but getting error code 400403, If I try from postman it works, not sure where I'm going wrong in the code Following is my code - import json import requests url…
Dev1ce
  • 5,390
  • 17
  • 90
  • 150
0
votes
1 answer

Push Notification "willPresent" not called but "didReceive" works

I'm working on an app that handles push notifications. For some reason, func userNotificationCenter(_ center: UNUserNotificationCenter, didReceive response: UNNotificationResponse, withCompletionHandler completionHandler: @escaping () -> Void)…
Buyin Brian
  • 2,781
  • 2
  • 28
  • 48
0
votes
1 answer

Sendbird Video Chat is echoing

We are using Sendbird Video Chat API on our Magento 2 website but we are facing issues like whenever we start the chat, its echoing. https://sendbird.com/ We have tried without headsets and from different systems but still having the same…
Siva
  • 172
  • 10
0
votes
1 answer

Sendbird SDK requires fs package in react native

When I install the sendbird SDK into a expo managed react native project I get the following error: The package at "node_modules/sendbird/SendBird.min.js" attempted to import the Node standard library module "fs". It failed because React Native…
Tevon Strand-Brown
  • 1,283
  • 3
  • 16
  • 28