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
2
votes
1 answer

Sendbird Remove Member from a Channel or group

I am using Sendbird SDK for a chat in my application following the steps through official documentation. Everything is working fine but recently I wanted to implement a functionality in which I wanted to give access to admin to remove a member from…
Shivangi Agrawal
  • 141
  • 1
  • 10
2
votes
0 answers

Integrating SendBird with Reactjs

in the index.html I added the
and it works fine but I need to…
user9455682
2
votes
0 answers

Sendbird Connection fail : Connection timeout

I faced an issue - sendbird is always failing the connection and the following error message pops up: {name: "SendBirdException", code: 800190, message: "Connection timeout."} This problem was happening fairly often but not all the time. May I ask…
2
votes
0 answers

How do I implement Send Bird push notification in React Native

I am using sendbird for developing a message application in React Native. The official documentation covers push notification for Android and iOS only. How do I implement it in React Native?
Sooraj C
  • 122
  • 1
  • 8
2
votes
1 answer

sendbird error - Connection should be made first

I am using RN v0.46.4 and sendbird v3.0.35 I am trying to make a channel but getting the error: Connection should be made first error code : 800101 _chat(item){ console.log(item); var userIds = [1, item.id]; sb = new SendBird({appId:…
YaSh Chaudhary
  • 2,605
  • 8
  • 37
  • 74
2
votes
2 answers

Sendbird messaging service duplicate new messages in each group channel

When am sending new message it goes to all the distinct group channel, and it shouldn't be like this by default. Any suggestion appreciated. For messaging part I have to array to store previous and new messages and load it when it is need. The…
Milan
  • 152
  • 1
  • 14
2
votes
2 answers

How to implement Emoji inside a messaging service like SendBird? (Web-Base App none-native)

Hello lads/las I am working on a project which trigger "SendBird" messaging service; I implemented all the basic functions but right now I am trying to use Emoji for ease of use inside it. Have no idea where to start, any suggestion Appreciate.…
Milan
  • 152
  • 1
  • 14
2
votes
2 answers

Sendbird send image file

I'm going through the JavaScript documentation for Sendbird and although the method to send files is there, there is no explanation on what each argument has to be or the different options. channel.sendFileMessage(FILE, FILE_NAME, FILE_TYPE,…
pgarciacamou
  • 1,602
  • 22
  • 40
2
votes
1 answer

How can I get the list of Open Channels more than 1000 in android using the SendBird SDK?

I'm developing the chatting application using the SendBird SDK in android studio. How can I get the list of Open Channels more than 1000?
Star.1215
  • 21
  • 3
2
votes
2 answers

Create One to One Chat in Sendbird IOS

I was trying to create a chat application using SendBirdSDK. But I couldn't find any methods in the documentation to start chat with a user. I downloaded the sample project and checked it, but it contains group channels and open channels only. Is…
Anand
  • 5,323
  • 5
  • 44
  • 58
2
votes
1 answer

How do I use the Channel Handlers in Sendbird

I'm trying to use the SendBird API to create a simple chat for a demo but I can't seem to get the Channel Handler to work properly. I don't know where I'm supposed to put it but it seems anywhere I try doesn't work. Any help would be greatly…
Chris Martinez
  • 79
  • 1
  • 1
  • 9
2
votes
1 answer

Search channels in Sendbird virsion 3.X.X

I am trying to move SendBird JavaScript SDK v3.0.0 from SendBird JavaScript SDK v2.4.20. But the problem is i am not getting a way to search open channels. in previous version (v2) i used sendbird.getChannelSearch({ "query": query, …
2
votes
1 answer

Gson isn't mapping strings with unicode prefix to java object

A service I'm using (SendBird), which I have no control over, is returning data (a string) in the form of: "{u'some_key': u'some_value', u'some_other_key': u'some_other_value'}" Some searching revealed that certain versions of Python will prefix…
JJC
  • 1,346
  • 10
  • 10
2
votes
2 answers

How can I get SendBird server API working?

I am trying to get a list of channels in SendBird chat api. curl -d "auth=API_TOKEN" https://api.sendbird.com/channel/list It keeps returning Invalid Params.
Kay Jun
  • 21
  • 2
1
vote
1 answer

Sendbird Chat React Total number of channels with unread messages React + Next.js

I want to implement a hook to update my view with unread messages count without constantly making a request to the server to get the total number of channels with unread messages with this request . I am using React + Next.js, I can't seem to find…
user16942962
1
2
3
9 10