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

Integrate sendbird with Angular6

I'm new to angular6 & nodejs. I'm trying to integrate sendbird with Angular6 but not getting any clear idea, how to start and where to start. Anyone done this before can guide me? P.S. I have called sendbird api in python.
Bhavesh NS
  • 15
  • 1
  • 8
0
votes
1 answer

How to retrieve Channel created with userIDs?

The SendBird .NET Docs mention how to create a channel with userIDs but how do we retrieve this channel? Then the docs mention a way to retrieve a channel with a URL but they don't mention how to create a channel with a URL. I'm a bit confused. What…
Ayudh
  • 1,673
  • 1
  • 22
  • 55
0
votes
1 answer

Upload image as the new profile image in SendBird

Currently working on a SendBird and react-native project where the module is about changing the auto generated profile image, profileUrl, to a new image taken from phone camera or gallery storage. However the following code i typed in is not working…
nobody99
  • 145
  • 1
  • 2
  • 10
0
votes
1 answer

Javascript/Typescript Overload Selection with SendBird

I am currently trying to use SendBird SDK and have been trying to call this function and getting errors back when I do. Below is there method they give on their documentation. channel.sendUserMessage(message, data, customType, function(message,…
molinamos
  • 1
  • 1
0
votes
0 answers

Update SendBird User Profile

I want to update user profile of SendBird, for that i am calling PUT https://{region_identifier}.sendbird.com/v3/users/{user_id} url and passing request Body as { "nickname": "Johnster", …
Naveen Tiwari
  • 301
  • 2
  • 12
0
votes
0 answers

How to Resolve Type SendBirdException Error?

I am implementing SendBird Messaging SDk in my xamarin android project and I want to get Channel by ChannelUrl. I have written the following code but I am getting error How to resolve this error ?
Naveen Tiwari
  • 301
  • 2
  • 12
0
votes
0 answers

SendBird Android SDK - delete member from group channel

I have integrated SendBird (Official site) Chat SDK in my android application. They do not have the feature to remove a member from Group Channel but we want it because it is an essential feature. I have used their metadata approach like this: If a…
Harish Gyanani
  • 1,366
  • 2
  • 22
  • 43
0
votes
1 answer

SendBird - iOS: Cannot receive camera photo, but can receive stored image

I'm adding a send picture feature to my app using SendBird. On - (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info I execute this code NSData *imageFileData =…
Sam
  • 1,130
  • 12
  • 36
0
votes
0 answers

When unit testing my app with SendBird, is it possible to have 2 separate user connections, to the OpenChannel for example

In my unit test, the App is started (which creates a connection with a user, say User1) and my unit test then creates a separate connection with User2 but it seems like this disconnects the first user connection. Basically, I want to test the…
user2711811
0
votes
1 answer

sendbird error 400 bad request /user not found

I am trying to play with sendbird. I am getting this error . I am trying to make sendbird api work in react.js app. I have read the documentation and it wasnt clear to me. I have looked at stackoverflow earlier replies and Thats why , i tried to…
Ankur Sharma
  • 415
  • 1
  • 7
  • 22
0
votes
1 answer

TypeError: Cannot read property 'userId' - sendbird

i am trying to create a channel between 2 sendbird users using group channel. So far my implementation is