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
> -**userId** is the object ID of a user in [Microsoft Entra admin center > user management page](https://entra.microsoft.com/#blade/Microsoft_AAD_IAM/UsersManagementMenuBlade). For more information, see [application access policy](/graph/cloud-communication-online-meeting-application-access-policy).
69
+
> -`userId` is the object ID of a user in [Microsoft Entra admin center > user management page](https://entra.microsoft.com/#blade/Microsoft_AAD_IAM/UsersManagementMenuBlade). For more information, see [application access policy](/graph/cloud-communication-online-meeting-application-access-policy).
70
70
> -`meetingId` is the **id** of an [onlineMeeting](../resources/onlinemeeting.md) object.
71
71
72
72
## Request headers
@@ -93,7 +93,7 @@ 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 |Boolean| 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
99
| allowTeamworkReactions | Boolean | Indicates whether Teams reactions are enabled for the meeting. | Yes |
@@ -108,7 +108,7 @@ The last column indicates whether updating this property takes effect for an in-
108
108
109
109
> [!NOTE]
110
110
>
111
-
>- For the list of possible values for **allowedPresenters** and **allowMeetingChat**, see [onlineMeeting](../resources/onlinemeeting.md).
111
+
>- For the list of possible values for **allowedPresenters**, **allowLiveShare**, and **allowMeetingChat**, see [onlineMeeting](../resources/onlinemeeting.md).
112
112
>- When updating the value of **allowedPresenters** to `roleIsPresenter`, include a full list of **attendees** with specified attendees' **role** set to `presenter` in the request body.
> -**userId** is the object ID of a user in the [Microsoft Entra admin center > user management page](https://entra.microsoft.com/#blade/Microsoft_AAD_IAM/UsersManagementMenuBlade). For more details, see [application access policy](/graph/cloud-communication-online-meeting-application-access-policy).
68
+
> -`userId` is the object ID of a user in the [Microsoft Entra admin center > user management page](https://entra.microsoft.com/#blade/Microsoft_AAD_IAM/UsersManagementMenuBlade). For more information, see [application access policy](/graph/cloud-communication-online-meeting-application-access-policy).
69
69
> -`meetingId` is the **id** of an [onlineMeeting](../resources/onlinemeeting.md) object.
The following table lists the properties that can be updated. In the request body, include only the properties that need updating, with the following exceptions:
80
+
The following table lists the properties that can be updated. In the request body, supply *only* the values for properties that should be updated, with the following exceptions:
81
81
82
82
- Adjusting the start or end date/time of an online meeting always requires both **startDateTime** and **endDateTime** properties in the request body.
83
-
- The **organizer** field of the **participants** property cannot be updated. The organizer of the meeting cannot be modified after the meeting is created.
83
+
- The **organizer** field of the **participants** property can't be updated. The organizer of the meeting can't be modified after the meeting is created.
84
84
- Adjusting the **attendees** field of the **participants** property, such as adding or removing an attendee to the meeting, always requires the full list of attendees in the request body.
85
85
86
86
The last column indicates whether updating this property will take effect for an in-progress meeting.
87
87
88
88
| Property | Type | Description | Applies to in-progress meetings? |
| startDateTime | DateTime | The meeting start time in UTC. | No |
91
-
| endDateTime | DateTime | The meeting end time in UTC. | No |
92
-
| subject | String | The subject of the online meeting. | No |
93
-
| participants |[meetingParticipants](../resources/meetingparticipants.md)| The participants associated with the online meeting. Only attendees can be updated. | No |
94
-
| isEntryExitAnnounced | Boolean | Whether or not to announce when callers join or leave. | Yes |
95
-
| lobbyBypassSettings |[lobbyBypassSettings](../resources/lobbyBypassSettings.md)| Specifies which participants can bypass the meeting lobby. | Yes |
96
-
| allowedPresenters | onlineMeetingPresenters | Specifies who can be a presenter in a meeting. | Yes |
97
90
| allowAttendeeToEnableCamera | Boolean | Indicates whether attendees can turn on their camera. | Yes |
98
91
| allowAttendeeToEnableMic | Boolean | Indicates whether attendees can turn on their microphone. | Yes |
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 |
99
95
| allowMeetingChat | meetingChatMode | Specifies the mode of meeting chat. | Yes |
96
+
| allowPowerPointSharing | Boolean | Indicates whether PowerPoint live is enabled for the meeting. | No |
100
97
| allowTeamworkReactions | Boolean | Indicates whether Teams reactions are enabled for the meeting. | Yes |
98
+
| 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 |
101
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 |
102
107
103
108
> [!NOTE]
104
109
>
105
-
>- For the list of possible values for **allowedPresenters** and **allowMeetingChat**, see [onlineMeeting](../resources/onlinemeeting.md).
110
+
>- For the list of possible values for **allowedPresenters**, **allowLiveShare**, and **allowMeetingChat**, see [onlineMeeting](../resources/onlinemeeting.md).
106
111
>- When updating the value of **allowedPresenters** to `roleIsPresenter`, include a full list of **attendees** with specified attendees' **role** set to `presenter` in the request body.
0 commit comments