Microsoft 365 Copilot in Teams Recap Missing for External Meeting: Fix
🔍 WiseChecker

Microsoft 365 Copilot in Teams Recap Missing for External Meeting: Fix

When you schedule a Microsoft Teams meeting with people outside your organization, the Copilot recap feature may not appear after the meeting ends. This happens because Copilot in Teams relies on Microsoft Graph data access policies that restrict AI-generated summaries to internal participants only. External meeting attendees do not have the same data permissions, and the meeting organizer may not have enabled the correct settings. This article explains the technical reason why Copilot recap is missing for external meetings and provides the exact steps to fix it for future meetings.

Key Takeaways: Restoring Copilot Recap for External Teams Meetings

  • Teams meeting policy > Copilot setting: The meeting organizer must set Copilot to “During and after the meeting” for external participants to see the recap.
  • Microsoft 365 admin center > Org-wide settings > Copilot: The admin must allow Copilot to access Microsoft Graph data for meetings with external guests.
  • Meeting options > Record automatically: Enabling auto-recording triggers Copilot recap generation for all participants including external users.

ADVERTISEMENT

Why Copilot Recap Does Not Appear for External Meetings

Copilot in Teams uses Microsoft Graph to access meeting transcripts, chat messages, and shared files to generate the recap. Microsoft Graph data access policies are designed to protect internal data from being exposed to external users. When a meeting includes participants from other Microsoft 365 tenants, Copilot cannot process the meeting data for those external participants unless the meeting organizer explicitly enables the feature.

The root cause is a combination of two factors:

Meeting Policy Restriction

The meeting organizer’s Teams meeting policy controls whether Copilot can generate recaps. By default, the policy is set to “During the meeting” for external participants, which means Copilot only works live but does not produce a post-meeting recap. This policy is configured per organizer, not per attendee.

Graph Data Access for External Guests

Microsoft 365 admin center settings restrict Copilot from reading Microsoft Graph data when external guests are present. Even if the organizer enables Copilot, the admin must allow data sharing with external tenants. Without this tenant-level permission, Copilot cannot process the meeting transcript for external participants, so the recap section remains empty or hidden.

Steps to Enable Copilot Recap for External Meetings

To fix the missing recap, you need to change settings at three levels: the meeting organizer’s Teams policy, the meeting options for the specific meeting, and the tenant-wide Copilot data access. Follow these steps in order.

Step 1: Change the Organizer’s Teams Meeting Policy

  1. Open Teams admin center
    Go to https://admin.teams.microsoft.com and sign in as a Teams admin. If you are not an admin, ask your IT team to perform this step.
  2. Navigate to Meeting policies
    In the left navigation, select Meetings and then Meeting policies. This opens the list of existing policies.
  3. Select the organizer’s policy
    Click the policy assigned to the meeting organizer, usually named Global (Org-wide default) unless a custom policy is used.
  4. Enable Copilot for external participants
    Scroll to the Copilot section. Set Copilot to On. Under Copilot for external participants, select During and after the meeting from the dropdown. Click Save.

Step 2: Configure Meeting Options for the Specific Meeting

  1. Open the meeting in Teams calendar
    In Microsoft Teams, go to Calendar and double-click the meeting that had the missing recap.
  2. Access Meeting options
    In the meeting details window, click Meeting options at the top. This opens the meeting options page in your browser.
  3. Enable Copilot recap
    Under Copilot, select During and after the meeting. This allows Copilot to generate a recap that external participants can view after the meeting ends.
  4. Enable automatic recording
    Set Record automatically to On. Recording triggers Copilot recap generation. Without recording, Copilot may not produce a recap for external users. Click Save.

Step 3: Allow Graph Data Access for External Guests in the Admin Center

  1. Open Microsoft 365 admin center
    Go to https://admin.microsoft.com and sign in as a Microsoft 365 admin.
  2. Go to Org-wide settings
    In the left navigation, select Settings and then Org-wide settings.
  3. Select Copilot
    Click Copilot from the list of org-wide settings. This opens the Copilot configuration page.
  4. Allow Graph data access for external users
    Under Data sources, ensure Microsoft Graph is toggled On. Scroll to External participants and check the box Allow Copilot to access Microsoft Graph data for meetings with external participants. Click Save.

After completing these steps, schedule a new meeting with the same external participants. Copilot recap will appear in the meeting details under the Recap tab after the meeting ends.

ADVERTISEMENT

If Copilot Recap Still Missing After the Main Fix

Copilot recap shows only for internal attendees

If the recap appears for internal participants but not for external ones, the meeting organizer’s policy is still set to During the meeting for external participants. Re-check Step 1 and ensure the dropdown is set to During and after the meeting. Also confirm that the meeting options in Step 2 are applied to the specific meeting instance, not the series.

Copilot recap is empty even though the section appears

An empty recap section means Copilot could not process the meeting transcript. This usually happens when the meeting was not recorded. Verify that Record automatically is enabled in the meeting options. If recording was turned off mid-meeting, the recap may be incomplete. For future meetings, set recording to On before the meeting starts.

External participants cannot see the Recap tab at all

If the Recap tab is missing from the meeting chat for external participants, the tenant-level Graph data access is blocked. Confirm Step 3 is applied correctly. Additionally, check the External sharing settings in the Microsoft 365 admin center under Settings > Org-wide settings > External sharing. Ensure Allow external users to access Teams meeting recordings and transcripts is turned on.

Copilot Recap Availability: Internal vs External Meetings

Item Internal Meeting External Meeting
Copilot recap generation Automatic when Copilot is enabled Requires explicit policy and meeting options
Graph data access Always allowed for internal participants Must be enabled by admin in org-wide settings
Recording requirement Not required for recap Required to trigger recap for external users
Recap visibility after meeting Visible to all internal attendees Visible only if meeting options set to During and after the meeting

You can now configure Copilot recap for external Teams meetings by adjusting the meeting policy, meeting options, and tenant-wide Graph data access. Test the fix with a new meeting invitation to the same external participants. For consistent results, set the meeting policy at the org level so all organizers default to During and after the meeting. As an advanced tip, use PowerShell cmdlet Set-CsTeamsMeetingPolicy -Identity Global -CopilotForExternalParticipants EnabledPostMeeting to apply this setting across all users at once.

ADVERTISEMENT