openvidu-react-native-adapter
v2.22.1
Published
OpenVidu Browser React Native
Downloads
147
Readme
openvidu-react-native-adapter
Npm library that allow to openvidu-browser has react-native support overriding the OpenVidu modules.
openvidu-react-native-adapter exposes the full openvidu-browser and react-native-webrtc.
Build artifact
npm run build
This command will generate an artifact named openvidu-react-native-adapter-X.Y.Z.tgz
Usage
import { OpenViduReactNativeAdapter, OpenVidu, RTCView } from 'openvidu-react-native-adapter';
...
constructor() {
const openviduReact = new OpenViduReactNativeAdapter();
openviduReact.initialize();
}