Questions tagged [cometchat]

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

41 questions
0
votes
2 answers

Is there any callback function after 'Friends List' loaded in cometchat?

I have integrated 'Embed Layout' comet chat on my site. Now I want to open particular friend chat on page load. In the documentation, I've found below code to do the same. REF : Documentation Link jqcc.cometchat.chatWith(user_id) I have included in…
Rajasekhar
  • 517
  • 1
  • 4
  • 14
0
votes
1 answer

Comet Chat iOS unresponsive UI issue

I have integrated Comet Chat functionality in my application. I am using custom UI for both Group and OneOnOne chat. It's all running fine, but the problem is that when I go to my Group chat screen then my application is becoming unresponsive. It…
Prakash
  • 157
  • 10
0
votes
1 answer

smiley popup window is not closing automatically after sending message

In my comet chat application smiley popup window is not closing after sending chat message.Now it can close only manually choose the close button,But in the case of attachment it automatically closed after attachment places to chat room. Is any…
Varun Sreedharan
  • 517
  • 8
  • 28
0
votes
1 answer

Getting "Cannot modify header information" in Cometchat Nulled

I have installed a version of Cometchat Nulled on my web site. I got this messages in my chatrooms window. Besides, I don't use any CMS, my pages are HTML files. Image:
Micheal
  • 89
  • 1
  • 1
  • 5
0
votes
0 answers

Joomla comet chat not inserting messages to db tables

I installed cometchat from cometchat.com on joomla. Chat bar shows on UI but when I type it wont insert the message to cometchat table in mysql db. What may be the issue?
Kurkula
  • 6,386
  • 27
  • 127
  • 202
0
votes
2 answers

framework not found CometChatSDK

I have integrated CometChat Ready UI SDK in my iOS App. But when I try to build the code at that time I am getting following linker error ld: framework not found CometChatSDK Following things I have added in my project 1) Framework search path is…
0
votes
1 answer

Call to undefined function mcrypt_decrypt() - CometChat Laravel

Hi I've already installed the CometChat, but I'm facing the following error: Call to undefined function mcrypt_decrypt() in /home/vagrant/changeglobe/public/cometchat/integration.php on line 89 I'm using Homestead with Nginx for Laravel. I have…
Siddharth
  • 1,649
  • 4
  • 22
  • 47
0
votes
1 answer

Cometchat, order by sent date desc

Good day, I'm looking to order my cometchat chats by last sent date (For example: 1 day ago, 3 days ago, 8 days ago, etc..) for a private messaging system i am working to integrate. However every time i run the command: (select distinct(f.member_id)…
0
votes
2 answers

Facebook like messaging system - Remove Duplicate Sender (i.e. one message per user, not duplicates.)

I am building a messaging system similar to facebook's (where it displays messages as threads). Basically I need to specify at least 1 member id in order to retrieve from the list. So either it's the "to" column so that you're able to get messages…
0
votes
1 answer

Comet Chat SDK integration compile time error

I am implementing comet chat SDK for ios. But unable to compile. It shows clang error. clang: error: unable to execute command: Segmentation fault: 11 clang: error: linker command failed due to signal (use -v to see invocation) My xCode version is…
Prince Kumar Sharma
  • 12,591
  • 4
  • 59
  • 90
-2
votes
1 answer

How to explode unicode Emojis in php

I am using cometchat for website. And now I am developing react api, and for that they are not providing any supports so I need to create emoji api for IOS and Android Chat application. In DB we are storing emojis as IMG tag. We have prepared an…
Ashish Bhanderi
  • 507
  • 1
  • 6
  • 21
1 2
3