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 the new Zoom Meeting SDK for React Native @zoom/meetingsdk-react-native

Livestream7
Newcomer
Newcomer
  1. Description
    I just bootstrapped a new project with these version :
    react-native 0.75.3
    @zoom/meetingsdk-react-native 0.0.1
    react 18.3.1
    node 20.14.0
    npm v10.7.0

    I downloaded zoom-sdk-ios-6.1.5.16935.zip and zoom-sdk-android-6.1.5.16935.zip and copied MobileRTC.xcframework and MobileRTCResources.bundle in ios repo , and mobilertc.aar in anroid repo. added audio and video plugins to info.plist

    I wanted to test the new zoom react-native wrapper
    I am totally new with react-native and meeting zoom. The project is building successfully and can run it on iphone SE 3rd generation IOS 17.
    I wrapped the whole project with the zoomProvider using a working JWT.
    When I try to join the meeting, nothing happen :
    const onPress = async () => {
    try {
    const res = await zoom.joinMeeting({
    userName: ‘chiheb’,
    meetingNumber: ‘XXXXXXXXXX’,
    password: ‘’,
    });
    console.log({ res });
    } catch (error) {
    console.error(‘Error joining the meeting:’, error);
    }
    };

    I got res : undefined in the console, so it didn’t throw to the error. How could I investigate the issue here please.
    And do you have a working sample project where I can run this new package @zoom/meetingsdk-react-native succesfully ?

    Which iOS Meeting SDK version?
    Knowing the version can help us to identify your issue faster.
    zoom-sdk-ios-6.1.5.16935
    @zoom/meetingsdk-react-native 0.0.1

     

     

    Troubleshooting Routes

    Smartphone (please complete the following information):

    • Device: iPhone SE (3rd generation)
    • OS: iOS 17.5

    Additional context
    Thank you for your help.

0 REPLIES 0