The React Native SDK is used to build Hybrid Application for Android and iOS based devices. The reference contains features, methods and notifications
Table of Contents
- How to use React Native SDK?
- React Native Modules
- Basic Functions
- Advance Features
- Switch Source Media Devices of Published Stream
- Use Advance Stream Options
- Mute / Unmute Audio in a Stream
- Mute / Unmute Video in a Stream
- Send Chat Data
- Public, Private & Group Messaging
- Use Custom Signaling
- Receive & Play Shared Screen
- Receive & Play Canvas Streaming
- Take Image Snapshot from Video Stream
- Change to Audio Only Call
- Receive Streaming Stats
- Handle Application Switching from Foreground to Background
- Share Log to audit
- Moderator Controls
How to use React Native SDK?
- Step 1 – Open terminal
- Step 2 – Go to your React Native project directory
- Step-3 – Run Command
npm install enx-rtc-react-native --save
- Step 4 – Run Command to link
react-native link enx-rtc-react-native
After installation completes successfully, Import enx-rtc-react-native
in your class where you want to access EnableX Capabilities.
For example:
import {Enx, EnxRoom, EnxStream, EnxPlayerView} from "enx-rtc-react-native";
Explore React Native SDK