cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Important updates from Zoom Support:
  • 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!

latest Android SDK not working

Resolt_2022
Explorer
Explorer

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;

 

1 ACCEPTED SOLUTION

J-Zoom-ATL
Zoom Employee
Zoom Employee

@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.

View solution in original post

2 REPLIES 2

J-Zoom-ATL
Zoom Employee
Zoom Employee

@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.

Resolt_2022
Explorer
Explorer

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.