cancel
Showing results for 
Search instead for 
Did you mean: 

On April 16, between 2:25 P.M. ET and 4:12 P.M. ET, the domain zoom.us was not available due to a server block by GoDaddy Registry. This block was the result of a communication error between Zoom’s domain registrar, Markmonitor, and GoDaddy Registry, which resulted in GoDaddy Registry mistakenly shutting down zoom.us domain. Zoom, Markmonitor, and GoDaddy worked quickly to identify and remove the block, which restored service to the domain zoom.us. There was no product, security or network failure at Zoom during the outage. GoDaddy and Markmonitor are working together to prevent this from happening again.

Issue with MobileRTC Integration in React Native Zoom SDK – "Project with path" could not be found

Punithmanthri
Newcomer
Newcomer

Hi Team,

I'm following the instructions in the "@zoom/meetingsdk-react-native" package official Docs and have reached the point where I need to copy the mobilertc folder from the Zoom SDK for Android into the React Native project. The steps I followed are:

  1. Copied the mobilertc folder from zoom-sdk-android-6.1.5.23231/mobilertc-android-studio/mobilertc to the react-native-zoom-sdk/example/android directory.
  2. Updated the build.gradle file in the react-native-zoom-sdk/example/android directory by replacing:gradle
    dependencies.add("default","com.google.android:flexbox:2.0.1")
  3. with:gradle
    dependencies.add("default","com.google.android.flexbox:flexbox:3.0.0")
  4. However, after making these changes, I am encountering the following error when building the project:

 

What went wrong:

A problem occurred evaluating project ':app'.

Project with path ':mobilertc' could not be found in project ':app'.

I suspect that the build is unable to locate the mobilertc project within the app's directory structure, but I'm not entirely sure how to resolve this.

Has anyone encountered this issue before or can provide guidance on how to fix this? Perhaps there's a missing configuration or step that I overlooked.

Thanks for your help!

0 REPLIES 0