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

115 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,193
  • 5
  • 40
  • 76
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,027
  • 5
  • 31
  • 65
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
  • 465
  • 3
  • 18
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,033
  • 2
  • 12
  • 34
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
  • 3
  • 10
2
votes
1 answer

SendBird: Search personal chat along with group chat

SendBird treats every channel as their GroupChannel. The 1:1 chat too is technically a GroupChannel with only two users (with isDistinct = true so it would return the personal chat when you attempt to create it again). My question is, how do I…
Sunil Chauhan
  • 1,804
  • 14
  • 31
2
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…
2
votes
1 answer

Unity - IBM watson and SendBird SDK, websocket-sharp conflicts with each other they both have the same Namespace

Development Environment: Unity 2018.3.5f1 IBM Waston SDK: unity-sdk-3.4.1, unity-sdk-core-0.3.0 SendBird .NET SDK Windows 7 Problem : Both have the same name for websocket-sharp which causing conflicts with code, unable to use both in one…
2
votes
1 answer

Not able to join a group channel on Sendbird

Always when I try to join a Group Channel, I am presented with this error code: 800101 message: "Connection should be made first." name: "SendBirdException" Here is my code for connecting to Group Channel. I am connecting to the SendBird with…
Sai Datta
  • 771
  • 1
  • 8
  • 23
2
votes
1 answer

Sendbird/Guzzle returns "The request body is an invalid JSON"

I got an error message when trying to send a request to SendBird API using Guzzle. Error message "message": "Client error: `POST https://api.sendbird.com/v3/group_channels` resulted in a `400 BAD REQUEST` response:\n{\"message\":\"Not valid JSON…
Mohammad Nurdin
  • 20,761
  • 38
  • 117
  • 280
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…
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
  • 124
  • 1
  • 7
1
2 3 4 5 6 7 8