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

Using Sendbird with redux-persist

I am using sendbird chat in react-native android app. In efforts to improve chat perceived speed I am letting users see previous data & load updates async (not showing loader). I am using sendbird with redux-persist & saving entire Chat reducer…
tejasbubane
  • 914
  • 1
  • 8
  • 11
0
votes
1 answer

Joining a 1-to-1 private group in SendBird

Using the SendBird JavaScript SDK, I am able to correctly create a private group for 1-to-1 messaging: var params = new sb.GroupChannelParams(); params.isPublic = false; params.isEphemeral = false; params.isDistinct = true; params.addUserIds([1,…
Niraj Shah
  • 15,087
  • 3
  • 41
  • 60
0
votes
1 answer

Get messages from BaseMessage

I have some problems with SendBird. As the documentation says: Load previous messages After creating a query instance from the CreatePreviousMessageListQuery() method and using the Load() method which returns a list of message objects, you can…
Marco Ceccon
  • 47
  • 2
  • 8
0
votes
1 answer

Why am I getting an 'API token is missing' error?

I am trying build a chat app in my android application. but is throwing an error message "API token is missing"... Does anyone know what I am doing wrong here?
erickimme
  • 323
  • 1
  • 4
  • 11
0
votes
1 answer

How can I implement push notifications for iOS and Android devices using SendBird

I am implementing a chat feature in my iOS and Android app and want to setup the push notification. How can I implement push notifications for iOS and Android devices?
erickimme
  • 323
  • 1
  • 4
  • 11
0
votes
2 answers

Android GCM message not calling onMessageReceived when the app is in the foreground

According to the documentation: If you want foregrounded apps to receive notification messages or data messages, you’ll need to write code to handle the onMessageReceived callback. What I have: I have the service extending…
Alberto Garrido
  • 485
  • 2
  • 6
  • 15
0
votes
1 answer

How to create SendBird user with SendBird Platform API and Request node library

We are building a react-native chat app. We are implementing a back end authentication solution on google Firebase. The creation of a new user in Firebase Auth triggers a cloud function which should create a new SendBird user with an access token.…
mnstoadn
  • 3
  • 2
0
votes
1 answer

SendBird group channel permission of session token

Is it possible to disable write access to group channels using session token? That is, users with session token can still read/send messages in existing group channels but can't create new channels or invite new members. New group channels can only…
0
votes
1 answer

Sendbird group channel

Currently i have 2 users: Tester1 and AnotherTester I've been trying to create a public group channel using my Tester1 but whenever i try to create one. It's not showing in my list using AnotherTester Here is my code in creating public group…
0
votes
1 answer

Loading channel error 800101 when loading group channels Sendbird

I get the following error when I try to load the group channels in Sendbird SDK from the method: self.groupChannelListQuery?.loadNextPage(completionHandler: { (channels, error) in } Error Domain=Connection required. Code=800101 "(null)"
Nupur Sharma
  • 1,106
  • 13
  • 15
0
votes
2 answers

How can i display sendbird push notification when appllication is in foregroundmode?

I've implemented sendbird push notification in react-native. It's working fine when application is in background mode. but if application is in foreground mode then it's not display. In code, I have also set sb.setForegroundState() and…
0
votes
1 answer

SendBird : Is there an option to disable channel creation for users

I am trying to see if there is a way to configure an application in sendbird ( not the client app but the app configuration at sendbird ) to not allow users to create channels. We are wanting to manage the users for a channel based on our own…
Brendon Moss
  • 134
  • 5
0
votes
0 answers

To show thumbnails of Images sent on SendBird channel chat

I want to show thumbnails of images sent from chat over SendBird React native app code. thumbnails sizes are already defined but could not show thumbnail graphics of image sent. By default blue color is filled on thumbnail export const…
Bharat
  • 1
  • 2
0
votes
1 answer

Automatic reconnection of sendbird sdk

I am getting error description after 5 mins.that's because of auto reconnection of sendbird sdk. so, is it any way to stop auto-connection or decrease the error message arrival time. Here is what i have tried, let preSendMessage =…
Ahemadabbas Vagh
  • 492
  • 3
  • 15
0
votes
0 answers

Sendbird - how to do 1 on 1 discussion

I'm trying to develop messaging application using send bird. For Group chat, its working fine. I'm trying to create 1 on 1 discussion, but I'm not able to find functions for the same. Pls anyone advice. OR Should I need to create individual channel…
Bhavesh NS
  • 15
  • 1
  • 8