Unable to configure zoom video sdk in react native project

Thank you Jon,

  1. I am login with zoom marketplace and navigate to [quote=“jon.lieblich, post:21, topic:59586”]
    Develop -> Build Video SDK -> React Native .
    [/quote] and download react native react-native-zoom-video-sdk-1.1.1 zip file

  2. After that unzip folder
    cd \react-native-zoom-video-sdk-1.1.1\react-native-zoom-video-sdk\example

    npm install

  3. react-native run-android

  4. getting below error:

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:checkDebugAarMetadata'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
   > Failed to transform mobilertc.aar (project :mobilertc) to match attributes {artifactType=android-aar-metadata}.
      > Execution failed for JetifyTransform: H:\sunil\22112021\react-native-zoom-video-sdk-1.1.1\react-native-zoom-video-sdk\example\android\mobilertc\mobilertc.aar.
         > Transform's input file does not exist: H:\sunil\22112021\react-native-zoom-video-sdk-1.1.1\react-native-zoom-video-sdk\example\android\mobilertc\mobilertc.aar. (See https://issuetracker.google.com/issues/158753935)

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 10m 16s

 at makeError (H:\sunil\22112021\react-native-zoom-video-sdk-1.1.1\react-native-zoom-video-sdk\example\node_modules\execa\index.js:174:9)
    at H:\sunil\22112021\react-native-zoom-video-sdk-1.1.1\react-native-zoom-video-sdk\example\node_modules\execa\index.js:278:16
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
    at async runOnAllDevices (H:\sunil\22112021\react-native-zoom-video-sdk-1.1.1\react-native-zoom-video-sdk\example\node_modules\@react-native-community\cli-platform-android\build\commands\runAndroid\runOnAllDevices.js:94:5)
    at async Command.handleAction (H:\sunil\22112021\react-native-zoom-video-sdk-1.1.1\react-native-zoom-video-sdk\example\node_modules\react-native\node_modules\@react-native-community\cli\build\index.js:186:9)
info Run CLI with --verbose flag for more details.