Skip to main content
Teams Meeting Analytics

How to enable Teams video call record access for Flowtrace

P
Written by Petri Lehtonen
Updated over a week ago

Purpose

You may want to add more details about your meeting culture and video calls associated with meetings are a valuable insight into how your organization meets. This guide shows you how to configure the integration on your side.

Prerequisites:

  • User has Teams administrator status

  • Enterprise application administrator

  • PowerShell connected with your environment

Meeting Analytics for M365 | API permissions

You need to grant OnlineMeetingArtifacts.Read.All and OnlineMeetings.Read.All scopes to the integration (if not enabled).

Configuring Application Access Policy

Firstly, get the AppId of the 'Meeting Analytics for M365' from your Enterprise Applications.

The following steps are designed for Azure Cloud Shell and might require tailoring to your PowerShell environment:

{AppId} = 00112233-abcd-4444-9999-654321012345
{Identity} = Flowtrace-OnlineMeetings-Policy
{Description} = Grants access to Teams meetings and attendance records
  1. Connect-MicrosoftTeams -UseDeviceAuthentication and use the link / code

  2. New-CsApplicationAccessPolicy -Identity {Identity} -AppIds -"{AppId}" Description "{Description}"

  3. Grant-CsApplicationAccessPolicy -PolicyName {Identity} -Global

Instead of Global, you can also filter the access using dynamic groups.

Problems with the integration

Contact our support for help on your integration or discuss any questions you might have.

Did this answer your question?