Skip to content

Commit 5dde212

Browse files
authored
Merge pull request #9465 from garchiro7/3941388-Update-online-meetings
Frist draft to update meeting artifacts
2 parents 67f7b88 + d9ccfd6 commit 5dde212

File tree

1 file changed

+8
-24
lines changed

1 file changed

+8
-24
lines changed

concepts/cloud-communications-online-meeting-artifacts.md

Lines changed: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,42 +4,26 @@ description: "Learn about online meeting artifacts, such as attendance reports a
44
author: "awang119"
55
ms.localizationpriority: medium
66
ms.subservice: "cloud-communications"
7-
ms.date: "09/20/2021"
7+
ms.date: "11/22/2024"
88
---
99

1010
# Online meeting artifacts and permissions
1111

12-
Online meeting artifacts are content produced during an online meeting or [Microsoft Teams live event](/microsoftteams/teams-live-events/what-are-teams-live-events). You can use the [Get onlineMeeting](/graph/api/onlinemeeting-get) operation to get the following meeting artifacts:
13-
14-
- Attendance report of an online meeting, in the form of a JSON response. Attendance reports have the following characteristics:
15-
- Available for meetings other than Teams live events
16-
- Only available when the meeting ends
17-
- Only the meeting organizer can access
18-
- Includes guest and federated users that were part of the online meeting
19-
- Recordings of a Teams live event, in the form of a download link that expires in 60 seconds. Recordings have the following characteristics:
20-
- Only available for Teams live events
21-
- Only available when the Teams live event ends
22-
- Only the organizer of the Teams live event can access
23-
- Attendee report of a Teams live event, in the form of a download link that expires in 60 seconds. Attendee reports have the following characteristics:
24-
- Only available for Teams live events
25-
- Only available when the Teams live event ends
26-
- Only the organizer of the Teams live event can access
12+
Online meeting artifacts are content produced during online meetings and virtual events like webinars. You can use the [Get meetingAttendanceReport](/graph/api/meetingattendancereport-get) method to get the attendance report of an online meeting, in the form of a JSON response. Attendance reports have the following characteristics:
13+
14+
- They're only available when the meeting ends.
15+
- Only the meeting organizer can access them.
16+
- They include guest and federated users that were part of the online meeting.
2717

2818
## Permissions
2919

3020
The following permissions are available to manage meeting artifacts:
3121

3222
- Delegated (work or school account) - OnlineMeetingArtifact.Read.All
23+
- Delegated (personal Microsoft account) - Not supported
3324
- Application - OnlineMeetingArtifact.Read.All
3425

35-
Only the _OnlineMeetingArtifact.Read.All_ permissions are required to fetch online meeting artifacts. Until **January 15, 2022**, you can use the following permissions to get meeting artifacts in beta:
36-
37-
- _OnlineMeeting.Read_
38-
- _OnlineMeeting.ReadWrite_
39-
- _OnlineMeeting.Read.All_
40-
- _OnlineMeeting.ReadWrite.All_
41-
42-
After that date, the _OnlineMeetingArtifact.Read.All_ permissions will be required to fetch meeting artifacts; requests that don't have those permissions will be rejected.
26+
For more information about the permissions for this API, see [Get meetingAttendanceReport](/graph/api/meetingattendancereport-get?view=graph-rest-1.0&tabs=http#permissions).
4327

4428
## Related content
4529

0 commit comments

Comments
 (0)