cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 

latest Android SDK not working

Resolt_2022
Listener

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
Community Champion | Zoom Employee
Community Champion | 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
Community Champion | Zoom Employee
Community Champion | 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
Listener

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.