Questions tagged [chatsdk]

Instant messaging SDK for iOS and Android

Chat SDK is an instant messaging SDK for iOS and Android.

Add instant messaging to your iPhone or Android app Chat SDK allows your users to communicate which means that you can start to build a community and increase engagement. It’s free, open source and easy to integrate which takes the stress out of adding chat to your app

Additional modules and consulting services are available at a fee.

Links:

Related tags:

12 questions
2
votes
0 answers

Sendbird: Group channel not created properly

I am using SendBird javascript SDK for chat and trying to create a group channel through the following code: export async function openOneToOneChannel(user1, user2) { try { if (!sb) { await createSBClient(user1.id); } let params…
2
votes
3 answers

Using ChatSDK with Zendesk iOS Swift

I am updating ZDCChat to ChatSDK. I am facing an issue right now. Every time I come to chat screen Chat.accountProvider?.observeAccount this observer tells me that No Agent Available. But agent is available with me on my browser. Second thing is…
Saad Ullah
  • 103
  • 2
  • 13
1
vote
0 answers

ChatSDK initialize throwing InvocationTargetException error

Okay so, I am currently integrating chatSDK into a pre-existing app. This is all fine, but when i try to call ChatSDK.ui().startSplashScreenActivity(context); it throws an errors that it was invoked on a null pointer. I managed to narrow this down…
alanfinnin
  • 23
  • 5
1
vote
1 answer

How to authenticate a Firebase user with ChatSDK?

I've integrated Firebase into my app. I can authenticate with Firebase via email/password. Then I initialize the ChatSDK and call InterfaceManager.shared().a.startLoginActivity(this,true); From there, the app is "taken over" by the default chat user…
AtomicBoolean
  • 1,070
  • 13
  • 19
1
vote
0 answers

Firebase authentication with ChatSDK and node middleware backend

We are developing a system where the client (mobile app) communicates with mostly with a node.js backend and sometimes with firebase directly. One of the features is peer to peer messaging and we are using ChatSDK on the client side to integrate…
0
votes
1 answer

cometchat implementation in kotlin

I asked a question on integrating cometchat into my application. i didnt get any reply but i will continue to ask unti i solve my problem as i am very new to kotlin. Following the instruction from the cometchat website on how to register my user i…
Ali Apochi
  • 21
  • 3
0
votes
1 answer

Getting Mesibo connection status 6 and 7

When initializing Mesibo I am getting the following error for existing users (by existing users I mean old users of the app) MesiboJNI: E(0710-133818-418)(4810): SSL connect negotiation error -1 D/Kamal: Connection Status: 7 Mesibo Status:…
Kamal Nayan
  • 1,635
  • 1
  • 5
  • 19
0
votes
1 answer

Sendbird chat SDK for Android not showing the last seen at message in the 1-1 channel header

I'm using the sendbird chat sdk for my application. It's not showing the last seen at message in the one-to-one channel header. I have also used this method .setUseLastSeenAt(true) in the channel builder to show the last seen. But still it's not…
Stephenraj
  • 761
  • 9
  • 17
0
votes
1 answer

Cross platform ( iOS and Android ) chat does not work with chat21 SDK

We are using chat-SDK chat21 for android and iOS. https://github.com/chat21/chat21-ios-demo https://github.com/chat21/chat21-android-sdk Under my firebase account, I have 2 applications 1 for android and another for iOS. For Android, we are using…
Shashank Shah
  • 2,077
  • 4
  • 22
  • 46
0
votes
2 answers

Add Icons to TabLayouts in Android Studio

I am trying to create a chat app for android based on chat21 sdk app on github, with chat21 demo app also in github and the thing is that I want to add Icons to TabLayouts and I am stuck there because I tried a couple times on my own and I just…
AlbPro
  • 1
  • 2
0
votes
1 answer

I need to call chat sdk from wso2 class mediator

I have compiled chat sdk in android studio ,it is working fine but I need to add it to my app as an extension so how could I call chat sdk into wso2 .
-3
votes
1 answer

Why I can't change user image on Android project

I am trying to create a android chat app for college and I am learning from chat21, which has an chat sdk project and chat demo app, and I'm basing my app from these 2 projects and everything works except changing user profile picture from that icon…
AlbPro
  • 1
  • 2