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
1
vote
1 answer

What are the possible causes of error 14000, "Fail to start messaging", in the SendBird iOS SDK?

I'm trying to use the SendBird SDK to implement a simple instant messaging feature in my iOS app. I've read the Quick Start, Authentication, and Messaging Channel - Basic guides, and I've attempted to set up a 1-1 messaging channel as they…
ConfusedByCode
  • 1,137
  • 8
  • 27
1
vote
1 answer

How to notify when send a file in SendBird

I just have a problem with SendBird. When I sent a message, the SendBird callback to onMessagingChannelUpdated, but when I sent a file, the callback didn't work. I already RegisterNotificationHandler for…
1
vote
1 answer

Can’t get messages posted in the past when using SendBird

We create a channel using the SendBird server API and invite two users User A joins the channel and posts a few messages User B joins the channel, but cannot see User A’s messages. It seems users don't see messages posted before they joined. Any…
1
vote
1 answer

Does SendBird SDK support Swift?

I’ve been looking for a chat API supports Swift. I checked their github repo and the SDK seems to be written in Objective-C. Not sure it’s compatible with Swift. Has any one tried SendBird SDK in Swift?
0
votes
1 answer

Getting method not resolved error when using Sendbird SDK with minifyEnabled true when building Android app

I am using Sendbird SDK to implement chat functionality in Android app. In debug mode everything works fine, however once I create a release build with minifyEnabled = true to obfuscate the code using R8, although most of the chat functionality…
Bruce
  • 2,357
  • 5
  • 29
  • 50
0
votes
0 answers

How to register a device token to Sendbird server?

In the Sendbird docs on how to add Push notifications there is this line: if status == SBDPushTokenRegistrationStatus.pending But I get an error: Cannot find 'SBDPushTokenRegistrationStatus' in scope If I try to add pod 'SendBirdSDK' along with pod…
Martin H.
  • 152
  • 1
  • 12
0
votes
0 answers

Real Time Chat Sendbird JS SDK. But the websocket connection doesn't work

I am building an angular chat application using Sendbird. I followed this build an angular chat app using sendbird Please refer to the above link first. After establishing a Connection I am getting an Error while connecting using WebSocket…
0
votes
1 answer

How to configure a react capacitor app running on mobile by usb to make http request to sendbird as localhost instead of its IP address?

I have a React webapp that I have converted it to native app using Capacitor. For live reloading, I had to edit capacitor.config.json as follows: const config: CapacitorConfig = { // webDir: 'build', bundledWebRuntime: false, server: { …
0
votes
0 answers

Sendbird UIKit React V3 - Custom message Input: channel.sendUserMessage is not a function

I am getting this error when trying to use custom input and send message in v3. can anyone help? I am using v3 of sendbird UIKit. Can anyone help? import { useState } from 'react' import { Input, Button, InputGroup, InputGroupAddon } from…
Arpit
  • 467
  • 1
  • 8
  • 18
0
votes
0 answers

check the file format then send

i am using this package “@sendbird/uikit-react”: “^3.1.1”, I want to restrict few file formats plus I am using renderMessage prop to show CustomMessageItem , there is another prop in Channel onBeforeSendFileMessage which I am using for checking the…
0
votes
1 answer

Call service opens the app automatically from background

I have a call service which opens the call screen whenever a incoming call is received, the problem is if my app is in background and if there is a call and when the call is over, the app automatically opens from background activity. If the app is…
0
votes
1 answer

Using Vue and Javascript to upload file image for chat application

Currently I am using Sendbird to build a chat component and as Vue is not supported by Sendbird directly, I had to use modify the code to use it with Vue2.js. I am having hard time uploading image to chat and I was wondering if any of you can give…
dlkhjs
  • 43
  • 4
0
votes
1 answer

Jitsi Meet and Sendbird class conflicts

I want to integrate the Jitsi meeting and send-bird into my project. For that, I added the below dependencies. implementation 'com.sendbird.sdk:sendbird-android-sdk:3.1.15' implementation…
0
votes
1 answer

Sendbird v3 SDK iOS init handler not returned

When I call init on SBDMain, like: SBDMain.initWithApplicationId( getSendbirdAppID(), useCaching: false) { print("call back migration") } completionHandler: { unsafeError in print("call back handler") …
Fred Faust
  • 6,696
  • 4
  • 32
  • 55
0
votes
1 answer

Can't register for Sendbird push notifications in Swift

I have an iOS app in which I am using Sendbird successfully. Nevertheless, the functionality of receiving notifications when the app is running in background does not work. In fact, when I try to register the user for these notifications in the…
pepito
  • 433
  • 1
  • 3
  • 15