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

Send Bird didReceiveMessage Not Works

so created a simple application to test out sendbird services, they look best, so i have read their documentation, and at this moment. i made something.. and i got a problem there, when do i have to call the didReceiveMessage or why mine is not…
excitedmicrobe
  • 2,338
  • 1
  • 14
  • 30
0
votes
2 answers

Add/Create New User in SendBird

I am trying to use sendbird sdk. I downloaded the sample ios project in their website https://github.com/smilefam/SendBird-iOS.git But its showing errors when trying to connect. Also when I tried to create users through website dashboard, this is…
Sneha
  • 2,200
  • 6
  • 22
  • 36
0
votes
2 answers

SendBird GET Request Api for retrieve previous messages not working properly

Im using SendBird platform API to create chat in my website, when i try to retrieve the previously send messages in a channel using below API: https://api.sendbird.com/v3/{channel_type}/{channel_url}/messages METHOD : GET Request: …
0
votes
1 answer

Create file from drawable to send with sendbird

I want use sendFileMessage in sendbird api. It need file value and I want use this file from drawable (or assets). sendBird API this is snipped code from sendbird Hashtable info = Helper.getFileInfo(getActivity(), uri); final String…
gondai yosuke
  • 599
  • 2
  • 5
  • 19
0
votes
1 answer

Android - SendBird metadata issue

I'm using SendBird chat API in my Android App, and I'm having issue when getting more than 1 value in metadata. That's the groupchannel metadata creation: final HashMap data = new HashMap(); data.put("owner",…
0
votes
1 answer

React Native multiple project dependency in Xcode

I have an existing React Native project that uses FBLoginManager and AIRMap. Now I've just git cloned a brand new codebase (smilefam/SendBird-JavaScript), did an npm install to get the needed module. Yet when I tried to run Xcode on the new…
0
votes
1 answer

Android - Error with Retrofit after adding SendBird (chat api) to project

my project was working fine until yesterday when I decided to use SendBird as chat API, so I've read its documentation and added to gradle, login is working fine, it compiles and it runs without errors, but when I go to an activty that makes a http…
0
votes
3 answers

Integrating real-time messaging in android app

I have been searching for a while as to what could be the best option to integrate real-time messaging in my app. I have read about a number of available chat APIs like Sinch, Applozic, Quickblox, SendBird, etc. What I am confused about is that…
Vaibhav Agarwal
  • 975
  • 1
  • 7
  • 22
0
votes
1 answer

Not getting GCM on sendbird android v3

I've upgraded to sendbird's android v3 library and am unable to get GCM notification event after registering serverkey on dahboard, following all steps on registering my GCM id from the app. For the demo app provided on github, I am able to receive…
Akshat Goel
  • 736
  • 2
  • 6
  • 19
0
votes
1 answer

Rubymotion translation of SendBird SDK methods

I am working on a SendBird chat integration with Rubymotion. I am running into some problems since I am unable to get a Messaging Channel List from the SDK due to my limited knowledge of Objective-C / Swift structures. I would appreciate some help…
0
votes
1 answer

Detecting a new user in sendbird Open channel

I am creating a chat system using sendbird and want to online users in an open chat room on my view. The problem is whenever a new user "joins" an "open channel", sendbird sends me System Message without the user's object. The only way currently is…
Akshat Goel
  • 736
  • 2
  • 6
  • 19
0
votes
1 answer

SendBird chat SDK Rubymotion integration

I am trying to integrate the SendBird SDK chat with Rubymotion (via its CocoaPod). The initial steps work fine and I have been able to add the pod to my Rakefile (using motion-cocoapods) and compile with no issues, login users and create a messaging…
0
votes
2 answers

How do I import functions/files to a react native app?

I'm using Sendbird to build a chat application using react native, but I can't seem to get it to run. I know the app itself works, because I used the javascript debugger and I was parsing my information to the console, but I can't seem to get…
0
votes
1 answer

How to reach SendBird logs?

I am using sendbird.com to include messaging services in my application. I am implementing push notifications in the app using SendBird dashboard. I have followed the SendBird documentation to implement push notifications in iOS but I still don't…
Parth Tiwari
  • 855
  • 2
  • 9
  • 23
0
votes
1 answer

How to make Sendbird api call?

I want to make below sendbird api call programmatically in android? api.sendbird.com/user/unblock { "auth": "6608ae9756272c057058ccb2a644c4c", "id": "c87-8a8e-5a8c27b28976appkey7C3BF751-ECA6-4DB7-B117-04A275A066A5-1fef1b1b-c05d-4", …
1 2 3
9
10