react-native-zoom-us-bridge RNZoomUSBridgeExample

Getting started

Make sure to complete React Native required setup etc.

yarn or npm i from RNZoomUSBridgeExample folder.

SDK installation

Follow SDK installation instructions here

SDK Account setup

Follow SDK Account instructions here

App.js setup

update your zoom app key/secrets etc

const ZOOM_APP_KEY = "";
const ZOOM_APP_SECRET = "";
const ZOOM_JWT_APP_KEY = "";
const ZOOM_JWT_APP_SECRET = "";

Running the example

from terminal npx react-native start

in a new window npx react-native run-ios or npx react-native run-android

Android iOS