Zoom Transcripts

In order to set up zoom Oauth2 you need to run the following steps.

Please note that only the person who has access to the zoom transcripts will be able to login and retrieve zoom transripts. The conversation must be recorded and close captions must be enabled. Please see zoom documentation for details.

Zoom Market Place OAuth2 Setup

  1. Upgrade to at least the 3.5_beta version and above

  2. Create a Zoom webapp in the Zoom marketplace https://marketplace.zoom.us/

  3. In the upper right click Develop >> Build App

  4. Select General APP

  5. Set the OAuth redirect to https://[Your Domain]/callback/Zoom

  6. Add the following Scopes

    1. cloud_recording:read:list_user_recordings 
      cloud_recording:read:list_recording_files
      meeting:read:list_meetings 
      

Azure Keys Setup

  1. Download the powershell script and run in your azure cloudshell environment

  2. You will be prompted for the KeyStore name associated with AI Risk

  3. Next you will be asked for the ClientID and Secret from the zoom appplication that you created in the first step.

  4. This will create all of the keys nessesary to connect your application

  5. Finally Restart your frontend server for AI Risk. https://portal.azure.com/#browse/Microsoft.Web%2Fsites

Now in every agent you will see the option in the data functions window for Zoom Transcripts

Last updated