134 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
58
views
KeyboardAvoidingView with behavior="padding" creates "floating" gap on Android when wrapping Sendbird GroupChannelFragment
I'm trying to get the Sendbird GroupChannelFragment to work with a custom header on Android, and I'm stuck with a persistent layout bug.
My screen layout is a custom header and a toggle, with the ...
1
vote
1
answer
88
views
Sendbird Issue Connecting Without Access Token Despite "Read & Write" Permission Enabled using javascript SDK
I am trying to integrate the Sendbird JavaScript SDK into my Angular 8 application. However, I’m unable to connect a user without providing an access token, even though the "Allow users without access ...
0
votes
0
answers
47
views
Error Changing Tittle Color Swift | Sendbird
I am trying to change the color of my title on my custom sendbird navigation bar on my swift ui project to white from black but after trying everything I cannot get it done. I don't know if this is an ...
1
vote
0
answers
88
views
OkHttp and Retrofit crashing with SendBird v3
So I'm running into an issue integrating SendBird into an existing Android application. The existing application uses React Native for it's front end and I'm implementing SendBird into the native ...
1
vote
0
answers
71
views
Handling RequestFailedException(800220) when sending file in flutter chat sdk of sendbird
I am using sendbird chat sdk to try sending a file, here is the code that I get from sample
GroupChannel? groupChannel;
final channelUrl = Get.parameters['channel_url']!;
@override
void initState() {...
0
votes
1
answer
382
views
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 ...
0
votes
1
answer
651
views
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: '...
0
votes
1
answer
201
views
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 ...
0
votes
0
answers
84
views
cannot save server response into vue data
<template>
<div class="file-import">
<file-pond
name="files"
credits=""
label-idle="<span class='filepond--label-action'>...
0
votes
1
answer
864
views
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 ...
1
vote
1
answer
723
views
Sendbird Chat React Total number of channels with unread messages React + Next.js
I want to implement a hook to update my view with unread messages count without constantly making a request to the server to get the total number of channels with unread messages with this request . I ...
0
votes
1
answer
381
views
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 'com....
0
votes
1
answer
184
views
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: { ...
0
votes
1
answer
293
views
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 ...
0
votes
1
answer
584
views
React Native & Sendbird - invalid parameter
So, I'm using the sendbird chat API (JS) with react native and the first time the component loads I get an error(Sendbird invalid parameter), but when I save the file and metro reloads it connects ...