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.
The Zoom Community is nominated for the 2025 CMX Community Industry Awards in the Customer Support Community category!
Vote now2022-07-19 01:16 AM
i'm new in zoom sdk i need help, i have 3 questions.
to get user_id, get request to https://api.zoom.us/v2/users/sites.
it means get already created user's user_id?
i just integrate zoom sdk in my app, and i want to let users who using my app create meeting any sign in zoom, is it possible?
private void Login(String email, String pw){ int result = ZoomSDK.getInstance().loginWithZoom(email, pw); if(result == ZoomApiError.ZOOM_API_ERROR_SUCCESS){ ZoomSDK.getInstance().addAuthenticationListener(authLitener); } }
but, i encountered this message
Cannot resolve method 'loginWithZoom' in 'ZoomSDK'(other method work well)
how to host meeting with email, pw?