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!
ā2022-03-09 06:11 AM
I downloaded latest version (5.9.6.4) of android from zoom App Marketplace and integrate it but it's not working properly.
I share you screen sort of error. It's accrued when I join meeting. Help me to resolve it.
I used this code,
ZoomSDKInitParams initParams = new ZoomSDKInitParams();
initParams.appKey = "";
initParams.appSecret = "";
initParams.enableLog = true;
initParams.logSize = 50;
initParams.jwtToken = AuthConstants.SDK_JWTTOKEN;
initParams.domain= "https://www.zoomus.cn";
initParams.videoRawDataMemoryMode = ZoomSDKRawDataMemoryMode.ZoomSDKRawDataMemoryModeStack;
Solved! Go to Solution.
ā2022-03-09 07:14 AM
@Resolt_2022 Please reach out to the dev forum at https://devforum.zoom.us to seek direct help from our developer team on this issue. They will be the experts to provide you the best answers.
If this answer helped point you in the right direction, please hit the "Accept as Solution" button below.
ā2022-03-09 07:14 AM
@Resolt_2022 Please reach out to the dev forum at https://devforum.zoom.us to seek direct help from our developer team on this issue. They will be the experts to provide you the best answers.
If this answer helped point you in the right direction, please hit the "Accept as Solution" button below.
ā2022-03-10 04:20 AM
If I called the zoom SDK then My Application Crashed and Close It. Give me a proper solution how can I solved it. I went with as per your guidelines but I didn't solve my issue.