|
2年前 | |
---|---|---|
.. | ||
android | 2年前 | |
components | 2年前 | |
.npmrc | 2年前 | |
README.md | 2年前 | |
constants.ts | 2年前 | |
functions.ts | 2年前 | |
jitsi-meet-react-native.podspec | 2年前 | |
package-lock.json | 2年前 | |
package.json | 2年前 | |
prepare_sdk.js | 2年前 |
Jitsi Meet React Native SDK
Inside your project, run npm i @jitsi/react-native-sdk
.
Additionally if not already installed, the following dependencies need to be added:
npm i @react-native-async-storage/async-storage react-native-webrtc
SOUNDS_DIR="${PROJECT_DIR}/../node_modules/rnsdk/sounds"
cp $SOUNDS_DIR/* ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/
pod 'ObjectiveDropboxOfficial', :modular_headers => true
Run cd ios && pod install && cd ..
minSdkVersion = 24
</application>
tag of your AndroidManifest.xml make sure that it includes
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.CAMERA" />