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
1
vote
1 answer

Creating default chat groups in Sendbird using React

We've integrated a chat UI into a project using Sendbird. The chat interface is now working and what I am trying to do now is implement a feature where there are 2 default chat groups as shown in the mockup below: I have already gone through the…
cris
  • 215
  • 1
  • 4
  • 12
1
vote
1 answer

do stream and sendbird require connections for notifications?

I am building a messaging app and curious how stream and sendbird handle notifications. stream and sendbird have caps (x% of MAU) on concurrent connections. A client needs a connection to a server to receive a message but is that the case with…
Dokook Choe
  • 266
  • 2
  • 9
1
vote
1 answer

Sendbird SyncManager channel pagination issue

I am using Sendbird for chat messages in an native iOS app. They have an add-on SyncManager. Which caches the channel list and messages locally on the phone for offline support. I am trying to paginate the channel list using SyncManager's…
Sunil Chauhan
  • 2,074
  • 1
  • 15
  • 33
1
vote
1 answer

SendBird SyncManager: "recommended" way to clear the existing local database cache?

I am trying Sendbird for chat messages in an native iOS app. They have an add-on SyncManager. Which caches the channel list and messages locally on the phone for offline support. My app lets users logout of the app. At this time, I want to clear…
Sunil Chauhan
  • 2,074
  • 1
  • 15
  • 33
1
vote
1 answer

Trying to learn how to write tests, how do I write when I have a promise?

I created a function that connects to an API and returns a promise.. I wanted to test that function so created a mock function in Jest to handle it, however I am not really sure I am doing this right and I am finding it very hard to find good…
YellowGuy
  • 458
  • 1
  • 5
  • 12
1
vote
0 answers

How to set condition to set channel url using setState method in onChannelSelect props of sendbird-uikit package?

onChannelSelect function is called whenever component is rendered so channelUrl variable is reset.Because of that channel url is not changed when we click on any channel.Every time first channel's url was set from channel list.So how can i set…
1
vote
1 answer

Creating Sendbird Group channel with custom type not visible in other user of the group

I'm trying to create two group channels with same name but with different users and custom type.` But both the group is not created and when I list the groups. I couldn't find what I have done wrong. createGroupChannelWithData(workOrderIds, false,…
Manikandan
  • 1,479
  • 6
  • 48
  • 89
1
vote
0 answers

Can't populate empty dictionary in Swift

I am trying to build a flutter plugin for the Sendbird iOS SDK. For some reason whenever I try to fetch data, I get null from a NSDictionary when I know for a fact that it is not (I have created the keys and values…
DrupalNewbie
  • 29
  • 1
  • 4
1
vote
1 answer

Are there any good example / sample / demo app for SendBird?

I am trying to build my iOS application and having hard time finding resources. Can anyone that used SendBird before share useful resources that I can refer to?
erickimme
  • 323
  • 1
  • 4
  • 11
1
vote
2 answers

Suggestions on sendbird chat with angular 8

I am having difficulty finding a solution for adding one to one for either pubnub chat or sendbird chat with angular 8. Ideally, it would be in a messages component and have a left side with all the members the user is chatting with and then a chat…
tonsar
  • 71
  • 8
1
vote
0 answers

How can I enable 1 to 1 messaging with SendBird's Android SDK?

I want to know if it is possible to enable a one-to-one messaging feature in sendbird messaging android sdk. The related documentation talks about groups messaging and open channels
1
vote
3 answers

Gifted chat missing '_id' for message - React Native

So I'm building the chat functionality part for my app. I'm using sendbird sdk along with gifted chat for the UI. My messages won't show up and I keep on getting the following warning. 'GiftedChat: _id is missing for message'' Now I've triple…
Oscar Fen
  • 47
  • 3
  • 12
1
vote
2 answers

sendbird push notification not received if app is in foreground

I am having a problem while I am open app on another screen the push notification of sendbird is not sent , I need to update the message count of my messages in sendbird , how can I do that ?
Amira Elsayed Ismail
  • 9,216
  • 30
  • 92
  • 175
1
vote
1 answer

Sendbird Not Receiving push notifications

I'm implementing Sendbird on a Xamarin.iOS application, and I already receive messages, on the OnMessageReceived handler. But I'm unable to receive push notifications, the GetPendingPushToken() always returns null, so in the…
1
vote
1 answer

How To Implement SendBird Messaging SDK in Xamarin Android App

I am try to integrate SendBird Messaging SDK into my xamarin android app. I have integrated SendBird SDK in my app successfully, But I am not able to find last seen,Online status of the User(SendBird is returning MessagingChannel types with whom…
Naveen Tiwari
  • 301
  • 2
  • 12
1 2
3
9 10