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
9
votes
2 answers

Comparing Layer, Applozic, Quickblox & SendBird for quick WhatsApp like messaging in an Android App

We at Wishbook have a B2B mobile application (Android & iPhone), wherein we are looking to implement Text & photo communication - between users 1-to-1, or from a user to his group of buyers. We are keen on something that can get us upto speed ASAP,…
Wishbook
  • 101
  • 1
  • 4
7
votes
1 answer

SendBird create GroupChannel with file as cover

I'm trying to create a group Channel with a cover photo, this.sendBirdInstance.GroupChannel.createChannelWithUserIds(userIds, true, this.groupName, this.groupPhotoFile, '', function (createdChannel, error) { ... } According to the documentation I…
Dany Y
  • 6,833
  • 6
  • 46
  • 83
6
votes
2 answers

sending the navigation params as props to other component

I am using RN v0.46.4 , react-navigation and sendbird. I am developing a chat application. What I am trying to do is that navigating the user to Msg screen with two params item (contain user info) and createdChannel . They are passed but only once…
YaSh Chaudhary
  • 2,605
  • 8
  • 37
  • 74
5
votes
2 answers

Sendbird, cordova push notification functionality

I am building a chat application using Sendbird and cordova, however they seem to offer an api for push notifications for all platforms except from Javascript. They have push notifications for Android, ios,Unity and .Net + Xamarin.. Because i am a…
sqwale
  • 554
  • 3
  • 24
3
votes
2 answers

Sendbird push notification when app is in background

Here is my query. I have implemented sendbird sdk in one of my react-native app for chat implementation. I am trying to implement push notifications. I have used react-native-firebase for firebase push notifications as described in sendbird's…
3
votes
1 answer

Passing Authenticated Users to SendBird from Django Rest Framework

I have a Django DRF serving APIs and an Angular front end for a solution I am developing. I want to integrate SendBird Chat API into the application to allow authenticated users to chat to each other. SendBird has a JavaScript API which I can use,…
Rutnet
  • 1,533
  • 5
  • 26
  • 48
3
votes
2 answers

Sendbird SDK not working with React Native

I am following sendbird's tutorial on building a chat app with react-native, and i get the following error when I try to import sendbird sdk: Unable to resolve module http from .../SendbirdSample/node_modules/sendbird/SendBird.min.js: Unable to…
Amine Sadry
  • 153
  • 4
  • 11