Socket
Socket
Sign inDemoInstall

react-native-connectycube

Package Overview
Dependencies
5
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-native-connectycube

ConnectyCube chat and video chat SDK for React Native


Version published
Weekly downloads
139
increased by139.66%
Maintainers
1
Created
Weekly downloads
 

Changelog

Source

3.28.0

Added

  • the "ConnectyCube.data.readPermissions" method to get permissions by record's ID;
  • JS Custom Data documentation;
  • React Native Custom Data documentation;
  • Cordova Custom Data documentation;
  • NativeScript Custom Data documentation;

Updated

  • the "ConnectyCube.data.update" method to have the ability to update by search_criteria;
  • the "ConnectyCube.data.list" method to get records by ID/IDs/filters instead of only filters;
  • DataSpec tests to support updated Custom Data API features.

Readme

Source

ConnectyCube React Native SDK for messaging and video calling apps

ConnectyCube React Native SDK.

ConnectyCube is a messaging and video calling platform for iOS, Android, Web, React Native, NativeScript and Cordova apps.

Check our comprehensive guide for React Native SDK.

Features

  • Messaging - first-class messaging API to build 1-1 and group chats, broadcast channels and so on. Different chat attachments are supported in the cloud.
  • Video calling - peer-to-peer and group video calling up to 10 people based on modern WebRTC technologies. Various quality settings and audio/video codecs supported.
  • Push notifications - never miss your chat messages with automatic push notifications to offline users. Also receive a push to all your devices when somebody calls you in a video chat.
  • Authentication & Users - manage all the things related to user accounts handling, authentication, account data, password reminding etc. Integration with your own user base via external auth mechanisms.
  • Chat bots - use chat bots to enable users to conversationally interact with your service or your product. Bots are fully automated services.

For more details check the ConnectyCube features page

Connect SDK

Simply install the package in a normal way:

npm install react-native-connectycube --save

and you're ready to go:

import ConnectyCube from 'react-native-connectycube'

const credentials = {
    appId: 21,
    authKey: 'hhf87hfushuiwef',
    authSecret: 'jjsdf898hfsdfk'
};

const config = {
    debug: { mode: 1 }
};

ConnectyCube.init(credentials, config);

Contribution

See more information at CONTRIBUTING.md

License

Apache 2.0

Keywords

FAQs

Last updated on 22 Jan 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc