Register Verint as a Webex App for Cisco Webex Meetings

Before configuring the Recorder, you need to register Verint as a Webex App on the Cisco Webex Developer Portal. After registration, you receive a Client ID, Client secret, and an authorization URL. Then, use the URL to get a short-lived authorization code. You need the authorization code, client ID, and client secret to create security tokens later.

If you are building the integration on behalf of a customer or tenant, you must sign in to the Webex developer website using the customer's administrator-level credentials for their application.

Before you begin

Get a valid Webex account with a Cisco Webex Meeting Center license and an admin license.

Procedure 

  1. Sign in to developer.webex.com using administrator credentials for your Webex account.

  2. From your profile avatar, select My Webex Apps.

  3. Select Create a new app.

  4. Complete the New App Integration form as follows:

    Parameter

    Value

    Integration name

    Enter a unique name for this app that includes includes "Meetings" in the name.

    Example: myCompany Recorder Webex Meetings.

    Description

    Describe the purpose of this integration.

    Example:Recorder integration with myCompany Cisco Webex Meeting Center to capture customer interactions.

    Redirect URI

    Enter a valid URL that you control. It is used to get the authorization code.

    You can use https://oauth.pstmn.io/v1/callback.

    Scopes

    Select the following scopes:

    • meeting:admin_schedule_read

    • meeting:admin_recordings_read

    • meeting:admin_participants_read

    • Identity:tokens_read

    • Identity:tokens_write

  5. Accept the Terms of Service and Privacy Policy, and select Add Integration.

  6. Copy and save the Client ID and Client Secret and the OAuth Authorization URL to use when you create an authorization code and security tokens.

What to do next 

Get Webex authorization code for Cisco Webex Meetings

Authorize Verint in Cisco Webex Meetings