After following the integration steps in the document I found this error
@zoom/react-native-videosdk/android/src/main/java/com/reactnativezoom/videosdk/RNZoomVideoSdkVirtualBackgroundHelperModule.java:3: error: package android.graphics does not exist
import android.graphics.Bitmap;
^
and other of unknown packages
Steps I followed :
1- add implementation ‘us.zoom.videosdk:ZoomVideoSDK:’ to my gradle
2- copy mobilertc to Android folder
3- Open settings.gradle
and include mobilertc
in the project.
4- In build.gradle(Module: sample)
add mobilertc
as a dependency
react-native version is “react-native”: “0.63.3”
zoom sdk version is “@zoom/react-native-videosdk”: “^1.6.2”,