2.22.1 • Published 4 months ago
openvidu-react-native-adapter-fixed v2.22.1
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.
in your project package.json, these are the versions, for a newer version you need to replace the outdated methods in the libraries
"react-native-webrtc": "1.94.2", "openvidu-browser": "2.22.0",
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-fixed';
...
constructor() {
const openviduReact = new OpenViduReactNativeAdapter();
openviduReact.initialize();
}