Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI CompanionUser groups are unique spaces where community members can collaborate, network, and exchange knowledge on similar interests and expertise.
Help & Resources is your place to discover helpful Zoom support resources, browse Zoom Community how-to documentation, and stay updated on community announcements.
The Events page is your destination for upcoming webinars, platform training sessions, targeted user events, and more. Stay updated on opportunities to enhance your skills and connect with fellow Zoom users.
Starting February 3, 2025, Zoom Phone customers must add their phone numbers to an approved 10DLC campaign in order to use SMS/MMS capabilities on their numbers.
Introducing more live support options! More Zoom customers now have access to live agent chat support. Sign in and visit our Contact Support page to see all your available support options. We’re here to help!
2024-09-23 03:20 AM
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):
Additional context
Thank you for your help.