Android Meeting Zoom SDK - PKCE Oauth Flow Not working

Description
Android Meeting Zoom SDK - PKCE Oauth Flow Not working

Which Android Meeting SDK version?
Android Meeting SDK with version v5.12.1.8952.

To Reproduce(If applicable)
1.Upgraded the Android Meeting SDK with version v5.12.1.8952.

2.Zoom SDK is getting initialized successfully.
3.Now I am trying to use the PKCE oAuth flow, but once i am executing this code flow, nothing get happens -
Uri uri = Uri.parse(“Error - Zoom”)
.buildUpon()
.appendQueryParameter(“code_challenge”, createCodeChallenge())
.appendQueryParameter(“code_challenge_method”, “S256”)
.build();

Intent intent = new Intent(Intent.ACTION_VIEW, uri);
startActivity(intent);

Can you please suggest which step I need to follow.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.