Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.9 KB

File metadata and controls

45 lines (27 loc) · 1.9 KB

Video Chat code sample for React Native for ConnectyCube platform

This README introduces ConnectyCube Video Chat code sample for React Native

Project contains the following features implemented:

  • User authorization
  • 1-1 video calls
  • Mute/unmute microphone
  • Switch cameras

Documentation

ConnectyCube React Native getting started - https://developers.connectycube.com/js/react-native

ConnectyCube Video Chat API documentation - https://developers.connectycube.com/js/videocalling

Screenshots

React Native video chat code sample, login React Native video chat code sample, 1-1 video chat

Roadmap

  • UI updates
  • Group calls
  • Push notifications on incoming call
  • Call Kit

Quick start and develop

Quick start React Native app.

Prepare environment for React Native and:

  1. Clone the project;
  2. Install node_modules from connectycube-js-samples/RNVideoChat - npm install;
  3. Run npm run ios or npm run android.

Running on a device

The above command will automatically run your app on the iOS Simulator by default. If you want to run the app on an actual physical iOS device, please follow the instructions here.

Can't build yourself?

Got troubles with building React Native code sample? Just create an issue at Issues page - we will create the sample for you. For FREE!