Zoom meeting join with registration programatically in android SDK

I have integrated the zoom Android SDK in My App. My app shows list of meetings and user login with our own system . I can Join the meeting with meeting Id and password without signing in to zoom but, If the meeting required registration compulsory then its showing the registration popup inside the meeting, But I want to develop a registration process using “Add registrant to meeting” and allow user which register through the API without giving the popup and pass this user info programatically.

How can I do this Please help me

Thanks in advance!

Hi @niranjan,

Thanks for using Zoom SDK and pardon the late response. Our Android SDK does not have an interface to register a user in a meeting. You could leverage the Zoom RESTful API for the registration:https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingregistrantcreate

Hope this helps. Thanks!

1 Like

Does iOS Zoom SDK supports Xcode 11?

Hi @niranjan,

Our SDK provides partially support to Xcode 11 now, if you are not using any new features that are introduced in Xcode 11, such as UIScene, dark mode, Swift UI, etc., you should be able to build with Xcode 11 without issues.

Thanks!

ld: framework not found MobileRTC

clang: error: linker command failed with exit code 1 (use -v to see invocation)

getting this issue when added the zoom sdk in ios App
Please help me on this

Hi @niranjan,

Based on the error message, it seems like the iOS SDK is not correctly imported and your project cannot locate the SDK. Please follow the instruction here: https://marketplace.zoom.us/docs/sdk/native-sdks/iOS/getting-started/integration to integrate the SDK into your project. And don’t forget to use legacy build system to build the SKD app.

Thanks!