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
0
votes
2 answers

React-Native Headless task not working on android

I'm using sample code available on connecty-cube GitHub repo. When I call to user who is on android phone doesn't receive the notification for call when app is in background. And when app is open user can see the incoming call. Constructor of…
Copy Paste
  • 51
  • 1
  • 8
0
votes
1 answer

How to end connectycube flutter callkit incoming call

I read all connectycube flutter callkit plugin documentation but i didn't find a way to end incoming call have anyone faced this issue and solved it please share the solution with us
alaa
  • 93
  • 1
  • 6
0
votes
0 answers

connectycube_flutter_callkit getting me error

in the main method i initilized connectycube as below. Future main() async { var widgetsBinding = WidgetsFlutterBinding.ensureInitialized(); await Firebase.initializeApp( options:…
alaa
  • 93
  • 1
  • 6
0
votes
0 answers

Connectycube Flutter IOS CallKit unable to accept call when phone is locked

Steps to reproduce: Open app lock phone receive incoming call swipe to answer call call kit shows in progress call and call is not established
0
votes
0 answers

How to properly call and implement ConnectyCube's External auth via Custom Identity Provider

I'm trying to implement Custom Identity Provider of ConnectyCube. The instructions are: I am now trying to implement the last step: POST https://api.connectycube.com/login login=IP_user_token I try to do the above by the following code: const…
preston
  • 3,721
  • 6
  • 46
  • 78
0
votes
1 answer

Set ConnectyCube P2P video call On-Hold

I am developing an application which is using ConnectyCube to establish a P2P video call between two contacts. During this call, I'm trying to use the SpeechRecognizer API to translate some voice inputs into text. I am running into a few problems…
0
votes
1 answer

Uncaught DOMException: This track is already set on a sender. connectycube.min.js:1

I am using ConnectyCube to implent videocalling, but it sometimes works, sometimes not, I don 't know what is the meaning of "Uncaught DOMException: This track is already set on a sender. connectycube.min.js:1", so that I can not solve it and in the…
Alexander Ceballos
  • 750
  • 2
  • 20
  • 36
0
votes
1 answer

How to take a photo using callee's phone camera in React Native like Facetime?

TLDR; How do I make a photo service that does the following in a video calling app: caller presses button on phone1 callee's phone camera takes photo using phone2 camera photo saved on caller's phone1 I am trying to make a photo service that…
Deanna
  • 26
  • 2
0
votes
2 answers

How to enumerate list of registered users

From reading the technical documentation for ConnectyCube, there does not appear to be an API to enumerate registered users nor is there an API to test whether user is logged in. Is my understanding correct ?
Randolph Hill
  • 81
  • 1
  • 1
  • 5
0
votes
1 answer

Cannot read property '_local' of null

When executing this._session = ConnectyCube.videochat.createNewSession(ids, type, options); I get the following error Error Image Please help!!
0
votes
1 answer

ConnectyCube Retrieving list of dialog returns an empty list

I'm trying to implement the connecty cube API in my app when using the following code the dialogs ArrayList is empty. How can I retrieve all the chat dialogs? This method is giving me an empty list: @Override public void…
0
votes
1 answer

Why does adding connectycube to android project fail?

I am adding the Connectycube sources to my Android project as indicated in here: Connectycube Android I did the following changes in configuration as it was outlined. build.gradle of the whole project // Top-level build file where you can add…
codebird456
  • 505
  • 8
  • 19
0
votes
1 answer

How do I give my Firebase Cloud Messaging notification a tag property?

I am trying to give my Firebase Cloud Messaging notification a tag property on Android as described here and here so I can replace notifications that have been received if necessary. I am using React Native, React Native Firebase and the…
0
votes
1 answer

Android connectycube not working when using proguard

When using proguard connectycube user login is not working for video chat connectycube sdk version 1.8.1. what are the rules for proguard.
0
votes
1 answer

I have error in connecty cube react-native

I have this error: TypeError: undefined is not an object (evaluating 'f.getUserMedia') CallingService.createVideoSession([218307,218308 ]).then(session => { this.setState({'session':session}); // global.videoSession=session; …