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

How to release the microphone from the Connectycube conference session

The ConnectyCube.videochatconference.createNewSession() attaches both video and audio from the device camera and microphone. Now, I need the session to release the microphone so that another process, which is a speech to text API that is not…
Renan P
  • 21
  • 1
1
vote
1 answer

[connectycube]Specifying Android Camera for local stream

I am using the Android SDK to connect connectycube. But I have multiple cameras on my Android board. Is there a way for me to specify which camera to use to display my local video stream when establishing a connection? Thanks!
tenneb
  • 11
  • 1
1
vote
1 answer

What happens to ConnectyCube video conference meetings that were created but never used

I am new to ConnectyCube API and have just learned how to create meetings for Video Conference calls. Is the meeting room destroyed after the specified end date? What if meeting is set up without start or end date, does meeting expire after a…
Renan P
  • 21
  • 1
1
vote
0 answers

How can I customize ConnectycubeFlutterCallKit.showCallNotification screen?

I need to display "incoming call" from camcorder on iOs/Android when the phone is locked (SIP call) with ringtone and/or vibration. I was able to show the "ringing call" on the lock screen using Connectycube-flutter-call-kit: void _call() { Uuid…
Aidar
  • 71
  • 7
1
vote
0 answers

ConnectyCube Push Notification in Flutter for IOS

I am using ConnectyCube push notification for my Flutter App (IOS). But I didn't receive any notification yet. Follow the same Instructions Documentation https://developers.connectycube.com/ios/how-to-create-apns-certificate
Wasiq Hussain
  • 49
  • 1
  • 7
1
vote
1 answer

Clarify few doubts in connectycube Flutter chat sdk

We are developing a Flutter app with one to one chat, so the user is able to sign up with phone number, email, Google sign-in, Facebook sign-in, Apple sign in. So, regarding the chat we like to clarify few doubts from your development team: How do…
1
vote
0 answers

onRemoteStreamListener doesn't get triggered on the Initiator's Side (Web App)

I am trying to build a video chat application between 2 users using the sdk provided by Connecty Cube everything works fine so far till. User 1 (caller) : initiates the call User 2 (opponent) : receives the call and accepts it User 1 & User 2 :…
1
vote
1 answer

How to extract data from response params in the custom identity provider

Since the latest maintenances from ConnectyCube servers, I am experiencing a new issue when I authenticate with the custom identity provider. I use Firebase as endpoint and it return the following json file (tested with Postman) : { "kind":…
1
vote
1 answer

Connectycube react-native video recording

does Connectycube react native supports video call recording or saving? i was following the official docs of connectycube react native but video recording feature isn't there. https://developers.connectycube.com/reactnative/videocalling
1
vote
1 answer

How can I add cc user via flutter client side. (Not using web console)

I'm trying to use cunnectycube for our flutter(+ firebase) app that is chat application and I want to add audio call function. How can we add cc user via client app?(or cannot?) Cuz I want to add cc user by using firebase user(more than 8000) If we…
1
vote
0 answers

ConnectyCube flutter sdk sample for chat is unstable for receiving message

I try group chat with connectycube flutter chat sdk. I found connectycube chat server does not send chat message packet very often. It is also founded in connectycube chat flutter sample. I check this server bug with tcpdump utility. Is there a…
1
vote
1 answer

Getting error while building ConnectyCube javascript demo app

I am developing a dating app in NativeScript angular. I want to add connectycube messaging plugin in my project. I got a demo app which is in JavaScript from GitHub repository. When I try to run it, it throws an error : ERROR in…
Om Prakash Gupta
  • 111
  • 3
  • 15
1
vote
0 answers

Connectycube Push Notification subscribeToPushes (Android)

I've configured the connetycube sdk with all the provided push notification details. And i've used the MANUAL subscription strategy. FCM Push Notification Service class AppFireBaseMessagingService : FcmPushListenerService() { override fun…
1
vote
1 answer

How can I receive the message with custom settings?

I created a message template for connectyCube, When I send the message with ConnectyCube.chat.send(recipient_id, msg); the message is received by the other user but the custom setting is undefined. My problem is that I want to send the profile…
José
  • 32
  • 4
1
vote
1 answer

ConnectyCube React Native VoIP push token issue

This is my normal, successful subscrition to apn or gcm channel subcribeToPushNotification(deviceToken) { const params = { notification_channels: Platform.OS !== 'ios' ? 'apns' : 'gcm', device: { platform: Platform.OS, …