You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-reference/beta/api/onlinemeeting-update.md
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Permissions for the following HTTP request:
43
43
<!-- { "blockType": "ignored" } -->
44
44
45
45
```http
46
-
DELETE /users/{userId}/onlineMeetings/{meetingId}
46
+
PATCH /users/{userId}/onlineMeetings/{meetingId}
47
47
```
48
48
49
49
<!-- {
@@ -93,18 +93,23 @@ The last column indicates whether updating this property takes effect for an in-
93
93
| allowBreakoutRooms | Boolean | Indicates whether breakout rooms are enabled for the meeting. | No |
94
94
| allowedLobbyAdmitters |[allowedLobbyAdmitterRoles](../resources/onlinemeetingbase.md#allowedlobbyadmitterroles-values)| Specifies the users who can admit from the lobby. Possible values are: `organizerAndCoOrganizersAndPresenters`, `organizerAndCoOrganizers`, `unknownFutureValue`. | Yes |
95
95
| allowedPresenters | onlineMeetingPresenters | Specifies who can be a presenter in a meeting. | Yes |
96
-
| allowLiveShare | meetingLiveShareOptions | Indicates whether live share is enabled for the meeting. | No |
96
+
| allowLiveShare | meetingLiveShareOptions | Indicates whether live share is enabled for the meeting. | No |
97
97
| allowMeetingChat | meetingChatMode | Specifies the mode of meeting chat. | Yes |
98
98
| allowPowerPointSharing | Boolean | Indicates whether PowerPoint live is enabled for the meeting. | No |
99
+
| allowRecording | Boolean | Indicates whether recording is enabled for the meeting. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). | Yes |
99
100
| allowTeamworkReactions | Boolean | Indicates whether Teams reactions are enabled for the meeting. | Yes |
101
+
| allowTranscription | Boolean | Indicates whether transcription is enabled for the meeting. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). | Yes |
100
102
| allowWhiteboard | Boolean | Indicates whether whiteboard is enabled for the meeting. | No |
103
+
| anonymizeIdentityForRoles | onlineMeetingRole collection | Specifies whose identity is anonymized in the meeting. Possible values are: `attendee`. The `attendee` value can't be removed through a PATCH operation once added. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |No |
101
104
| endDateTime | DateTime | The meeting end time in UTC. | No |
102
105
| isEntryExitAnnounced | Boolean | Whether or not to announce when callers join or leave. | Yes |
103
106
| lobbyBypassSettings |[lobbyBypassSettings](../resources/lobbybypasssettings.md)| Specifies which participants can bypass the meeting lobby. | Yes |
104
107
| participants |[meetingParticipants](../resources/meetingparticipants.md)| The participants associated with the online meeting. Only attendees can be updated. | No |
105
108
| recordAutomatically | Boolean | Indicates whether to record the meeting automatically. | No |
106
109
| startDateTime | DateTime | The meeting start time in UTC. | No |
107
110
| subject | String | The subject of the online meeting. | No |
111
+
| watermarkProtection |[watermarkProtectionValues](../resources/watermarkprotectionvalues.md)| Specifies whether the client application should apply a watermark to a content type. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |No |
112
+
| broadcastSettings (deprecated) |[broadcastMeetingSettings](../resources/broadcastmeetingsettings.md)| Settings related to a live event. | No |
| allowAttendeeToEnableCamera | Boolean | Indicates whether attendees can turn on their camera. | Yes |
91
+
| allowAttendeeToEnableMic | Boolean | Indicates whether attendees can turn on their microphone. | Yes |
92
92
| allowBreakoutRooms | Boolean | Indicates whether breakout rooms are enabled for the meeting. | No |
93
-
| allowedPresenters | onlineMeetingPresenters | Specifies who can be a presenter in a meeting. | Yes |
94
-
| allowLiveShare | meetingLiveShareOptions | Indicates whether live share is enabled for the meeting. | No |
95
-
| allowMeetingChat | meetingChatMode | Specifies the mode of meeting chat. | Yes |
96
-
| allowPowerPointSharing | Boolean | Indicates whether PowerPoint live is enabled for the meeting. | No |
97
-
| allowTeamworkReactions | Boolean | Indicates whether Teams reactions are enabled for the meeting. | Yes |
98
93
| allowedLobbyAdmitters |[allowedLobbyAdmitterRoles](../resources/onlinemeetingbase.md#allowedlobbyadmitterroles-values)| Specifies the users who can admit from the lobby. Possible values are: `organizerAndCoOrganizersAndPresenters`, `organizerAndCoOrganizers`, `unknownFutureValue`. | Yes |
99
-
| allowWhiteboard | Boolean | Indicates whether whiteboard is enabled for the meeting. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
100
-
| endDateTime | DateTime | The meeting end time in UTC. | No |
101
-
| isEntryExitAnnounced | Boolean | Whether or not to announce when callers join or leave. | Yes |
102
-
| lobbyBypassSettings |[lobbyBypassSettings](../resources/lobbyBypassSettings.md)| Specifies which participants can bypass the meeting lobby. | Yes |
103
-
| participants |[meetingParticipants](../resources/meetingparticipants.md)| The participants associated with the online meeting. Only attendees can be updated. | No |
104
-
| recordAutomatically | Boolean | Indicates whether to record the meeting automatically. | No |
105
-
| startDateTime | DateTime | The meeting start time in UTC. | No |
106
-
| subject | String | The subject of the online meeting. | No |
94
+
| allowedPresenters | onlineMeetingPresenters | Specifies who can be a presenter in a meeting. | Yes |
95
+
| allowLiveShare | meetingLiveShareOptions | Indicates whether live share is enabled for the meeting. | No |
96
+
| allowMeetingChat | meetingChatMode | Specifies the mode of meeting chat. | Yes |
97
+
| allowPowerPointSharing | Boolean | Indicates whether PowerPoint live is enabled for the meeting. | No |
98
+
| allowRecording | Boolean | Indicates whether recording is enabled for the meeting. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). | Yes |
99
+
| allowTeamworkReactions | Boolean | Indicates whether Teams reactions are enabled for the meeting. | Yes |
100
+
| allowTranscription | Boolean | Indicates whether transcription is enabled for the meeting. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). | Yes |
101
+
| allowWhiteboard | Boolean | Indicates whether whiteboard is enabled for the meeting. | No |
102
+
| anonymizeIdentityForRoles | onlineMeetingRole collection | Specifies whose identity is anonymized in the meeting. Possible values are: `attendee`. The `attendee` value can't be removed through a PATCH operation once added. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |No |
103
+
| endDateTime | DateTime | The meeting end time in UTC. | No |
104
+
| isEntryExitAnnounced | Boolean | Whether or not to announce when callers join or leave. | Yes |
105
+
| lobbyBypassSettings |[lobbyBypassSettings](../resources/lobbybypasssettings.md)| Specifies which participants can bypass the meeting lobby. | Yes |
106
+
| participants |[meetingParticipants](../resources/meetingparticipants.md)| The participants associated with the online meeting. Only attendees can be updated. | No |
107
+
| recordAutomatically | Boolean | Indicates whether to record the meeting automatically. | No |
108
+
| startDateTime | DateTime | The meeting start time in UTC. | No |
109
+
| subject | String | The subject of the online meeting. | No |
110
+
| watermarkProtection |[watermarkProtectionValues](../resources/watermarkprotectionvalues.md)| Specifies whether the client application should apply a watermark to a content type. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |No |
111
+
| broadcastSettings (deprecated) |[broadcastMeetingSettings](../resources/broadcastmeetingsettings.md)| Settings related to a live event. | No |
### Teamwork and communications | Calls and online meetings
27
27
28
-
[Fetch the recording of a Teams live event](/graph/api/onlinemeeting-get#example-6-fetch-the-recording-of-a-teams-live-event-deprecated).
28
+
-[Fetch the recording of a Teams live event](/graph/api/onlinemeeting-get#example-6-fetch-the-recording-of-a-teams-live-event-deprecated).
29
+
- Enabled the **allowRecording**, **allowTranscription**, **anonymizeIdentityForRoles**, **broadcastSettings**, and **watermarkProtection** as supported properties in the [update](/graph/api/onlinemeeting-update) operation of the [onlineMeeting](/graph/api/resources/onlinemeeting).
29
30
30
31
### Teamwork and communications | Messaging
31
32
@@ -70,6 +71,10 @@ Enabled the application permission `Sites.Archive.All` for the [site: archive](/
70
71
-[List Planner plans](/graph/api/teamschannelplanner-list-plans?view=graph-rest-beta&preserve-view=true) owned by a shared channel in Teams.
71
72
- Updated the request URL of the [List businessScenarioTasks](/graph/api/businessscenarioplanner-list-tasks?view=graph-rest-beta&preserve-view=true) method to require the `$filter` query parameter to scope the request to an **externalObjectId**, **externalContextId**, or a **groupId**.
72
73
74
+
### Teamwork and communications | Calls and online meetings
75
+
76
+
Enabled the **allowRecording**, **allowTranscription**, **anonymizeIdentityForRoles**, **broadcastSettings**, and **watermarkProtection** as supported properties in the [update](/graph/api/onlinemeeting-update?view=graph-rest-beta&preserve-view=true) operation of the [onlineMeeting](/graph/api/resources/onlinemeeting?view=graph-rest-beta&preserve-view=true).
77
+
73
78
### Teamwork and communications | Messaging
74
79
75
80
Introduced the following more granular delegated and application permissions for retrieving all members of a channel:
0 commit comments