Help with Meeting SDK App Integration – Plugin says credentials are incorrect

Hello,

I am trying to use the Meeting SDK App to connect Zoom with my WordPress website using the “Video Conferencing with Zoom” plugin (developed by CodeManas).

The plugin requires the SDK credentials to allow users to join meetings via browser and auto-generate Zoom links for courses (we use LearnDash).

Problem:

  • After creating the SDK App, I entered the Client ID and Client Secret into the plugin settings, and added the OAuth Redirect URL as:
    https://globalbranches.com

  • But the plugin says the credentials are incorrect.

  • When trying to authorize, I am prompted for Connection Name, Username, and Password, which is unexpected.

  • I’m not sure if I’m missing the proper scopes, endpoints, or redirect URLs.

  • I already recreated the SDK app several times, and followed the documentation of both Zoom and the plugin.

Goal:

To allow automatic meeting creation for Zoom calls inside courses (via LearnDash), and allow students to join directly via browser or Zoom.

Could someone guide me through the correct OAuth configuration for a Meeting SDK App, and how to resolve this “credentials incorrect” error?