Questions tagged [cometchat]

CometChat - Voice, video and text chat SDK for sites and apps.

41 questions
5
votes
2 answers

Cometchat, getting volley Library error com.android.volley.ServerError 206 while trying to login

As I am able to create new user from same url but unable to Login in cometchat cometchat.login(url, "username","password", new Callbacks() @Override public void successCallback(JSONObject success) { …
vivek bhardwaj
  • 236
  • 1
  • 13
4
votes
1 answer

How to create ionic video chat application

I am new to ionic and i am developing an android application using ionic 2 and Laravel. I want to integrate text, audio and video chat into this app. One solution that I found is using Cometchat. It would be really helpful if you could give some…
lakamal
  • 41
  • 1
  • 3
3
votes
2 answers

QUERY_ALL_PACKAGES warning from the play store even if that permission do not appears in the AndroidManifest.xml merged file

I am coding this android app and I was using the CometChat library to add chat functionality to my app. When I did that with newest or oldest version I had that permission that was automatically added into my android manifest.xml file =>…
3
votes
2 answers

CometChat integration with laravel 5.1

My question relates to integrating CometChat with laravel 5.1. I'm trying to give access to Laravel within the integration.php file of Cometchat. I want to give access to the Session class so I can access the session info from the database (by…
zetetic
  • 171
  • 1
  • 13
2
votes
1 answer

React Native Call not receiving in Background

I am integrating CometChat library in React native application. The call feature is working fine when app is in open state, but when the app is in background state the call is not receiving. Please guide me how can I integrate Background Call…
2
votes
1 answer

Cometchat doesn't awake the app on call or message received

I have implemented Cometchat SDK into my app, and i also followed all the requirements going through firebase to add the server legacy key into Cometchat console and subscribe to channel using "push_channel" and use the below command: …
AaoIi
  • 8,288
  • 6
  • 45
  • 87
1
vote
1 answer

Cannot find name 'setCometChat'

I'm facing an issue with initializing CometChat in a React application. The error I'm getting is: Error: Cannot find name 'setCometChat'. Did you mean 'CometChat'? 'CometChat' is declared here. I have a useEffect for initialization: useEffect(() =>…
Artem
  • 23
  • 3
1
vote
0 answers

How to bring a navigation bar in front of view

I am working on an App in which clicking on message icon in navigation bar in one view segues to other view where CometChat extension is used. However when I go to the other view my entire navigation bar is hidden and all i see is the Cometchat on…
Zume
  • 13
  • 3
1
vote
2 answers

Implementation of comet chat sdk in kotlin

I have been trying to implement come chat into my app and it has been really difficult for some days now. I finally initialized it but it gives me an error when i try to implement it when a user logs in. Here is my code below private fun logChat()…
Ali Apochi
  • 21
  • 3
1
vote
0 answers

Is there a reason why the method in swift may not work without errors?

I am implementing Cometchat and Agora audio chat in swiftui application and in both cases I am facing the situation which is not typical for me. Up to a certain method everything works correctly, but in case of calling "join the channel" or "get…
Kanzafarov S.
  • 43
  • 1
  • 3
1
vote
1 answer

"Error in Success callbackId: CCCometChat1199030706 : TypeError: Cannot read property 'fcm' of undefined"

I am using same code for push notification in comet chat. when open comet chat window, getting "Error in Success callbackId: CCCometChat1199030706 : TypeError: Cannot read property 'fcm' of undefined" My code is here: declare var CCCometChat: any;…
1
vote
2 answers

Xcode error: 9 duplicate symbols for architecture armv7 using Cometchat cordova

I'm using Cometchat Ionic sdk, I've added the cordova plugin with ionic cordova plugin add cometchat_sdk_folder and it works in android but when I compile for iOS I'm getting this error: Output log
Niccolò Fanton
  • 552
  • 1
  • 5
  • 19
0
votes
1 answer

Why are the Call Buttons not appearing in the appBarOptions of CometChatMessageHeader?

I have initialized correctly the CometChatApp with their settings as you can see in the code below: AppSettings appSettings = (AppSettingsBuilder() ..subscriptionType = CometChatSubscriptionType.allUsers ..region =…
0
votes
0 answers

Onclick event for presearching a user at cometchat userlist

Can someone teach me how to access CometChatUserListWithMessages from a button that redirects into my message page which I imported the cometchat. (The cometchat behaves like a widget inside my page.) I tried the onClick event before which…
0
votes
0 answers

CometChat login page not appearing

I have got a Login page where if the user has already registered then the login page for CometChat should appear and after logging in the user will redirected to home page. The authentication part is handled using Firebase. But on clicking the Login…
1
2 3