Questions tagged [cometchat]

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

41 questions
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

CometChat Cannot resolve symbol 'CometChatUserListScreen'

I have been following the tutorial for CometChat. It seems some imports are not working. How to I fix? tutorial site: https://www.cometchat.com/tutorials/how-to-build-an-android-chat-app-in-java public class ContactActivity extends AppCompatActivity…
user16660750
0
votes
1 answer

How can I import a component from GitHub repository

what I have done so far step 1. yarn add githubURL step 2. "comet-chat-repo": "https://github.com/Vivek/cometChatRepo.git", above file added in package.json step 3. Trying to import the components from the GitHub repo import {…
0
votes
0 answers

Comet Chat Pro Audio/Video Call API Support

Is there any option or workaround to implement audio and video calling using comet chat pro API in react native. I have seen in the doc as it's not supported, but I wanted to know if anyone has found any workaround or solution. I have already tried…
Arun D
  • 2,369
  • 5
  • 27
  • 39
0
votes
0 answers

Is it possible to implement Comet chat with react native?

I am currently working on x application the account has part of messaging which I have running so far and integrates with a website but there is a point where I need to make call and video call from the app but I stop so I need certain elements with…
Israel Alfaro
  • 365
  • 3
  • 9
0
votes
0 answers

Build a live chat widget using React and CometChat

i am trying to integrate a third party chat api cometchat into my project. i basically need to send an http request with a header containing my appId and apiKey programmatically to create my app users on chat. my app uses mongodb to store user info…
0
votes
0 answers

How to show Buddy-press created groups inside Comet-Chat?

I have installed buddy-press and comet-chat plugins. But i need to show buddy-press groups and its members inside the comet-chat. But they are not showing up. Only the groups created inside comet-chat are visible in comet-chat area. I need some help…
La Reyna
  • 128
  • 2
  • 12
0
votes
1 answer

cometchat sdk joinChatroom as guest return exception

I'm using cometchat sdk for ios project on objective c I log as a guest : guestLoginWithURL, after that i join group like that : [cometChatRoom joinChatroom:chatRoomName chatroomID:chatroomID chatroomPassword:@"" success:^(NSDictionary…
tamtoum1987
  • 1,957
  • 3
  • 27
  • 56
0
votes
1 answer

How to fix "Invalid API key format" while implement the comet-chat in iOS

The problem is that when I am going to initialize the comet-chat then they generate the error like - "Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'initWithAPIKey Exception : Invalid API key format' " I have…
sunil kumar
  • 53
  • 2
  • 9
0
votes
1 answer

Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'initWithAPIKey Exception : Invalid API key format'

initWithAPIKey Exception : Invalid API key format' I downloaded a project from Github: https://github.com/CometChat/ios-swift-chat-sdk-demo And I changed API-Key and LicenseKey as in my CometChat Account. I am Getting this uncaught exception,…
Kumar Lav
  • 5
  • 1
  • 5
0
votes
1 answer

commetChat cordova-plugin-cccometchat CocoaPods could not find compatible versions for pod MessageSDKFramework (~> 7.0.10)

cordova-plugin-cccometchat plugin working fine in android version but when i build ios version getting following errors [!] CocoaPods could not find compatible versions for pod "MessageSDKFramework": In Podfile: MessageSDKFramework (~>…
Murali Yarra
  • 91
  • 1
  • 3
0
votes
1 answer

cometchat method not responding

checkCometChatUrl block is not execute with success or failure. my code is bellow. #import #import @interface LoginVC () { CometChat…
user3091160
  • 145
  • 2
  • 13
0
votes
1 answer

Error while installing CometChat Cordova plugin

I need to integrate the CometChat into my Cordova application. So by following https://support.cometchat.com/documentation/php/cordova-chat-plugin-ionic-chat-plugin/adnroid-cordova-ionic-phonegap-chat-plugin/initial-setup/ and for that i have…
Kunal Kakkad
  • 653
  • 6
  • 19
0
votes
1 answer

Integrating SentryLogin & CometChat in Squarespace

1) I am not a programmer; I dabble here and there. 2) I am using Squarespace to build a business website www.prisma-pi.com 3) I want for specific clients to have access to their private page using a subscriber login (fully accomplished w/…
0
votes
1 answer

Comet chat integration in Codeigniter not showing user list

I am using Comet Chat codeigniter plugin to show a chat in my website. I did everything as said in the documentation. I referred pages from here. But it is just showing the chat screen only. Nothing else. I saw all the tables created in the…
Arun
  • 3,640
  • 7
  • 44
  • 87