Questions tagged [connectycube]

ConnectyCube is a cloud communication platform for unified development of instant messaging, video calling and push notifications features in native and hybrid mobile and web applications.

ConnectyCube is a cloud communication platform for unified development of instant messaging, video calling and push notifications features in native and hybrid mobile and web applications.

Getting Started guides:

Instant messaging guides:

Video calling guides:

68 questions
1
vote
1 answer

connectycube server-side read api

As the developer of my app, I want to be able to read and process all the dialogs / messages that my members have written. Including the private dialogs. I couldn't find any way in the API documentation that makes all the dialogs available. Since…
1
vote
0 answers

have error in getVideoDevices connectycube in react-native-webrtc

i wrote this code : getVideoDevices() { return new Promise((resolve, reject) => { ConnectyCube.videochat.getMediaDevices('videoinput').then(devices => { devices ? resolve(devices) : reject(); }); }); …
1
vote
1 answer

connectycube chat implementation chart in react native without redux

Dear friend I create chat app in react native by connectycube but when 2 opponents connect to a dialog by this code message didnot send to server msg.id = ConnectyCube.chat.send(opponentId, msg,(error)=>{ alert(JSON.stringify(error)) }); but…
1
vote
1 answer

Invalid Object Syntax in API Documentation

I am following the ConnectyCube API documentation and it tells me to format an object like this when using Firebase credentials: const userCredentials = { provider: 'firebase_phone', …
Mr. Robot
  • 1,334
  • 6
  • 27
  • 79
1
vote
1 answer

Push notifications using ConnectyCube on React Native

I'm trying to using push notifications using ConnectyCube on React Native. Main problem is that if I send a notification from the admin panel of ConnectyCube (or from source code), the admin panel says that the notification has been successfully…
1
vote
1 answer

Can not find symbol class RTCClientVideoTracksCallback

I tried to implement Connectycube on Android for Video Call, after following instruction from their web including adding their library under app.gradle but when build there an error on VideoConversationFragment.java with msg 'Error:(27, 44) error:…
1
vote
1 answer

Does ConnectyCube react native SDK supports Video/Audio Calling in react native app?

Does the available react native ConnectyCube SDK supports Video/Audio Calling (one-to-one and conference Calling) in react-native app? As the documentation has javascript sdk details on video/audio calling.
1
vote
1 answer

Can I assign chat admins with ConnectyCube SDKs?

I am trying to use ConnectyCube Android and iOS SDKs to build my apps and need to be be able to assign admins for chats. For Android I tried this code: ArrayList occupantIds = new…
1
vote
1 answer

How to accept a videochat call in ConnectyCube?

I have two simple HTML/Javascript pages. One for initiating videocalls (caller) and one for accepting videocalls (callee). On both sides I login and connect to chat first as stated in the documentation of ConnectyCube. On the caller side I execute…
codebird456
  • 505
  • 8
  • 19
1
vote
1 answer

'ConnectyCube/ConnectyCube.h' file not found

I had created the new Objective C project and installed ConnectyCube Video call and QMChat SDK. Check the following pod files. # Uncomment the next line to define a global platform for your project # platform :ios, '9.0' target 'Connecty' do #…
Sakthi R
  • 31
  • 7
0
votes
0 answers

Connectycube Inactive / Active User

Good afternoon, I need to control if a user who is in a 1:1 chat with ConnectiCube Javascript API is active/inactive. But I need to know the status of the person on the other side, not the local user. As if to say "they left me alone, it's better if…
0
votes
0 answers

Connectycube cannot createSession on android when using react native

I am using react native 0.71 recently and connected to the connect cube's react native sdk. When I call await ConnectyCube. createSession (params) on iOS, everything is normal. But when I debug in Android Studio, createSession will return failure. I…
0
votes
0 answers

How to implement callkit with connectycube on cordova ios application

Dear Connectycube Team, I hope this email finds you well. Our company has integrated Connectycube into our application, which primarily relies on video calling for communication between users and service providers. To ensure a seamless user…
0
votes
0 answers

Flutter - Connectycube call notification launch the app

//Connectycube incoming call is trigered when i receive a fcm notification i'm trying to execute a specific method from connectycube_flutter_callkit notification when i click on the accept button but it launches the app. what should i do ?
alaa
  • 93
  • 1
  • 6
0
votes
1 answer

ConnectyCube expo react native support for RNChat

Is there a chance to get an RNChat example which runs on latest expo react native for supporting the great expo plugins like expo av player or expo haptics? Edit: Build fails === BUILD TARGET React-Codegen OF PROJECT Pods WITH CONFIGURATION Debug…