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
+10-2Lines changed: 10 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,26 @@ 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
+
100
+
| allowRecording | Boolean | Indicates whether recording is enabled for the meeting. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). | Yes |
99
101
| allowTeamworkReactions | Boolean | Indicates whether Teams reactions are enabled for the meeting. | Yes |
102
+
| allowTranscription | Boolean | Indicates whether transcription is enabled for the meeting. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). | Yes |
100
103
| allowWhiteboard | Boolean | Indicates whether whiteboard is enabled for the meeting. | No |
104
+
| 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 |
105
+
| broadcastSettings (deprecated) |[broadcastMeetingSettings](broadcastmeetingsettings.md)| Settings related to a live event. |
106
+
No |
101
107
| endDateTime | DateTime | The meeting end time in UTC. | No |
102
108
| isEntryExitAnnounced | Boolean | Whether or not to announce when callers join or leave. | Yes |
103
109
| lobbyBypassSettings |[lobbyBypassSettings](../resources/lobbybypasssettings.md)| Specifies which participants can bypass the meeting lobby. | Yes |
104
110
| participants |[meetingParticipants](../resources/meetingparticipants.md)| The participants associated with the online meeting. Only attendees can be updated. | No |
105
111
| recordAutomatically | Boolean | Indicates whether to record the meeting automatically. | No |
106
112
| startDateTime | DateTime | The meeting start time in UTC. | No |
107
113
| subject | String | The subject of the online meeting. | No |
114
+
| watermarkProtection |[watermarkProtectionValues](watermarkprotectionvalues.md)| Specifies whether the client application should apply a watermark a content type. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |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
+
99
+
| allowRecording | Boolean | Indicates whether recording is enabled for the meeting. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). | Yes |
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 |
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 |
104
+
| broadcastSettings (deprecated) |[broadcastMeetingSettings](broadcastmeetingsettings.md)| Settings related to a live event. |
105
+
No |
106
+
| endDateTime | DateTime | The meeting end time in UTC. | No |
107
+
| isEntryExitAnnounced | Boolean | Whether or not to announce when callers join or leave. | Yes |
108
+
| lobbyBypassSettings |[lobbyBypassSettings](../resources/lobbybypasssettings.md)| Specifies which participants can bypass the meeting lobby. | Yes |
109
+
| participants |[meetingParticipants](../resources/meetingparticipants.md)| The participants associated with the online meeting. Only attendees can be updated. | No |
110
+
| recordAutomatically | Boolean | Indicates whether to record the meeting automatically. | No |
111
+
| startDateTime | DateTime | The meeting start time in UTC. | No |
112
+
| subject | String | The subject of the online meeting. | No |
113
+
| watermarkProtection |[watermarkProtectionValues](watermarkprotectionvalues.md)| Specifies whether the client application should apply a watermark a content type. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |No |
0 commit comments