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/v1.0/api/onlinemeeting-update.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,7 @@ The last column indicates whether updating this property will take effect for an
98
98
| allowAttendeeToEnableMic | Boolean | Indicates whether attendees can turn on their microphone. | Yes |
99
99
| allowMeetingChat | meetingChatMode | Specifies the mode of meeting chat. | Yes |
100
100
| allowTeamworkReactions | Boolean | Indicates whether Teams reactions are enabled for the meeting. | Yes |
101
+
| allowedLobbyAdmitters |[allowedLobbyAdmitterRoles](../resources/onlinemeetingbase.md#allowedlobbyadmitterroles-values)| Specifies the users who can admit from the lobby. Possible values are: `organizerAndCoOrganizersAndPresenters`, `organizerAndCoOrganizers`, `unknownFutureValue`. | Yes |
101
102
| recordAutomatically | Boolean | Indicates whether to record the meeting automatically. | No |
| allowAttendeeToEnableCamera | Boolean | Indicates whether attendees can turn on their camera. Inherited from [onlineMeetingBase](../resources/onlineMeetingBase.md). |
43
43
| allowAttendeeToEnableMic | Boolean | Indicates whether attendees can turn on their microphone. Inherited from [onlineMeetingBase](../resources/onlineMeetingBase.md). |
44
+
| allowedLobbyAdmitters |[allowedLobbyAdmitterRoles](../resources/onlinemeetingbase.md#allowedlobbyadmitterroles-values)| Specifies the users who can admit from the lobby. Possible values are: `organizerAndCoOrganizersAndPresenters`, `organizerAndCoOrganizers`, `unknownFutureValue`. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
44
45
| allowedPresenters |[onlineMeetingPresenters](#onlinemeetingpresenters-values)| Specifies who can be a presenter in a meeting. Possible values are listed in the following table. Inherited from [onlineMeetingBase](../resources/onlineMeetingBase.md). |
45
46
| allowMeetingChat |[meetingChatMode](#meetingchatmode-values)| Specifies the mode of meeting chat. Inherited from [onlineMeetingBase](../resources/onlineMeetingBase.md). |
46
47
| allowParticipantsToChangeName | Boolean | Specifies if participants are allowed to rename themselves in an instance of the meeting. Inherited from [onlineMeetingBase](../resources/onlineMeetingBase.md). |
@@ -64,10 +65,10 @@ Contains information about a meeting, including the URL used to join a meeting,
64
65
| recordAutomatically | Boolean | Indicates whether to record the meeting automatically. Inherited from [onlineMeetingBase](../resources/onlineMeetingBase.md). |
65
66
| shareMeetingChatHistoryDefault |[meetingChatHistoryDefaultMode](#meetingchathistorydefaultmode-values)| Specifies whether meeting chat history is shared with participants. Possible values are: `all`, `none`, `unknownFutureValue`. Inherited from [onlineMeetingBase](../resources/onlineMeetingBase.md). |
66
67
| startDateTime | DateTime | The meeting start time in UTC. |
67
-
| videoTeleconferenceId | String | The video teleconferencing ID. Read-only. Inherited from [onlineMeetingBase](../resources/onlineMeetingBase.md). |
68
+
| videoTeleconferenceId | String | The video teleconferencing ID. Read-only. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
68
69
| watermarkProtection |[watermarkProtectionValues](watermarkprotectionvalues.md)| Specifies whether the client application should apply a watermark a content type. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
69
70
| attendeeReport (deprecated) | Stream | The content stream of the attendee report of a [Microsoft Teams live event](/microsoftteams/teams-live-events/what-are-teams-live-events). Read-only. |
70
-
| broadcastSettings (deprecated) |[broadcastMeetingSettings](broadcastMeetingSettings.md)| Settings related to a live event. |
71
+
| broadcastSettings (deprecated) |[broadcastMeetingSettings](broadcastmeetingsettings.md)| Settings related to a live event. |
71
72
| isBroadcast (deprecated) | Boolean | Indicates whether this meeting is a [Teams live event](/microsoftteams/teams-live-events/what-are-teams-live-events). |
72
73
73
74
### onlineMeetingPresenters values
@@ -105,7 +106,7 @@ Contains information about a meeting, including the URL used to join a meeting,
105
106
106
107
| Relationship | Type | Description |
107
108
| ------------ | ---- | ----------- |
108
-
| attendanceReports |[meetingAttendanceReport](meetingattendancereport.md) collection | The attendance reports of an online meeting. Read-only. Inherited from [onlineMeetingBase](../resources/onlineMeetingBase.md). |
109
+
| attendanceReports |[meetingAttendanceReport](meetingattendancereport.md) collection | The attendance reports of an online meeting. Read-only. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
109
110
| recordings |[callRecording](callrecording.md) collection | The recordings of an online meeting. Read-only. |
110
111
| transcripts |[callTranscript](calltranscript.md) collection | The transcripts of an online meeting. Read-only. |
111
112
@@ -127,6 +128,7 @@ The following JSON representation shows the resource type.
Copy file name to clipboardExpand all lines: api-reference/v1.0/resources/onlinemeetingbase.md
+18-8Lines changed: 18 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ Inherits from [entity](../resources/entity.md).
30
30
| allowTeamworkReactions | Boolean | Indicates if Teams reactions are enabled for the meeting. |
31
31
| allowTranscription | Boolean | Indicates whether transcription is enabled for the meeting. |
32
32
| allowRecording | Boolean | Indicates whether recording is enabled for the meeting. |
33
+
| allowedLobbyAdmitters |[allowedLobbyAdmitterRoles](#allowedlobbyadmitterroles-values)| Specifies the users who can admit from the lobby. Possible values are: `organizerAndCoOrganizersAndPresenters`, `organizerAndCoOrganizers`, `unknownFutureValue`. |
33
34
| allowedPresenters |[onlineMeetingPresenters](#onlinemeetingpresenters-values)| Specifies who can be a presenter in a meeting. |
34
35
| 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.|
35
36
| audioConferencing |[audioConferencing](audioconferencing.md)| The phone access (dial-in) information for an online meeting. Read-only. |
@@ -47,15 +48,13 @@ Inherits from [entity](../resources/entity.md).
47
48
| videoTeleconferenceId | String | The video teleconferencing ID. Read-only. |
48
49
| watermarkProtection |[watermarkProtectionValues](watermarkprotectionvalues.md)| Specifies whether the client application should apply a watermark to a content type. |
Copy file name to clipboardExpand all lines: api-reference/v1.0/resources/virtualeventsession.md
+19-34Lines changed: 19 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ Inherits from [onlineMeetingBase](../resources/onlinemeetingBase.md).
34
34
| allowTeamworkReactions | Boolean | Indicates whether Teams reactions are enabled for the virtual event session. Inherited from [onlineMeetingBase](../resources/onlineMeetingBase.md). |
35
35
| allowTranscription | Boolean | Indicates whether transcription is enabled for the virtual event session. Inherited from [onlineMeetingBase](../resources/onlineMeetingBase.md). |
36
36
| allowRecording | Boolean | Indicates whether recording is enabled for the virtual event session. Inherited from [onlineMeetingBase](../resources/onlineMeetingBase.md). |
37
+
| allowedLobbyAdmitters |[allowedLobbyAdmitterRoles](../resources/onlinemeetingbase.md#allowedlobbyadmitterroles-values)| Specifies the users who can admit from the lobby. Possible values are: `organizerAndCoOrganizersAndPresenters`, `organizerAndCoOrganizers`, `unknownFutureValue`. Inherited from [onlineMeetingBase](../resources/onlinemeetingbase.md). |
37
38
| allowedPresenters |[onlineMeetingPresenters](#onlinemeetingpresenters-values)| Specifies who can be a presenter in a virtual event session. Inherited from [onlineMeetingBase](../resources/onlineMeetingBase.md). |
38
39
| anonymizeIdentityForRoles | onlineMeetingRole collection | Specifies whose identity is anonymized in the virtual event session. Possible values are: `attendee`. The `attendee` value can't be removed through a PATCH operation once added. Inherited from [onlineMeetingBase](../resources/onlineMeetingBase.md).|
39
40
| audioConferencing |[audioConferencing](audioconferencing.md)| The phone access (dial-in) information for the virtual event session. Read-only. Inherited from [onlineMeetingBase](../resources/onlineMeetingBase.md). |
@@ -97,45 +98,29 @@ The following JSON representation shows the resource type.
Copy file name to clipboardExpand all lines: changelog/Microsoft.Skype.Calling.json
+42Lines changed: 42 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,47 @@
1
1
{
2
2
"changelog": [
3
+
{
4
+
"ChangeList": [
5
+
{
6
+
"Id": "b38cf417-78db-49da-a2b0-15db5d94e784",
7
+
"ApiChange": "Enumeration",
8
+
"ChangedApiName": "allowedLobbyAdmitterRoles",
9
+
"ChangeType": "Addition",
10
+
"Description": "Added the **allowedLobbyAdmitterRoles** enumeration type.",
11
+
"Target": "allowedLobbyAdmitterRoles"
12
+
},
13
+
{
14
+
"Id": "b38cf417-78db-49da-a2b0-15db5d94e784",
15
+
"ApiChange": "Property",
16
+
"ChangedApiName": "allowedLobbyAdmitters",
17
+
"ChangeType": "Addition",
18
+
"Description": "Added the **allowedLobbyAdmitters** property to the [onlineMeetingBase](https://learn.microsoft.com/en-us/graph/api/resources/onlineMeetingBase?view=graph-rest-1.0) resource.",
19
+
"Target": "onlineMeetingBase"
20
+
},
21
+
{
22
+
"Id": "b38cf417-78db-49da-a2b0-15db5d94e784",
23
+
"ApiChange": "Property",
24
+
"ChangedApiName": "allowedLobbyAdmitters",
25
+
"ChangeType": "Addition",
26
+
"Description": "Added the **allowedLobbyAdmitters** property to the [onlineMeeting](https://learn.microsoft.com/en-us/graph/api/resources/onlineMeeting?view=graph-rest-1.0) resource.",
27
+
"Target": "onlineMeeting"
28
+
},
29
+
{
30
+
"Id": "b38cf417-78db-49da-a2b0-15db5d94e784",
31
+
"ApiChange": "Property",
32
+
"ChangedApiName": "allowedLobbyAdmitters",
33
+
"ChangeType": "Addition",
34
+
"Description": "Added the **allowedLobbyAdmitters** property to the [virtualEventSession](https://learn.microsoft.com/en-us/graph/api/resources/virtualEventSession?view=graph-rest-1.0) resource.",
Copy file name to clipboardExpand all lines: concepts/whats-new-overview.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,8 @@ Added riskEventType entry for the Suspicious API Traffic detection for [service
29
29
30
30
### Teamwork and communications | Calls and online meetings
31
31
32
-
Microsoft Teams custom meeting templates allow you to specify values for many of the meeting options available to meeting organizers. Use the **meetingTemplateId** property on [onlineMeeting](/graph/api/resources/onlinemeeting) to create an online meeting with a meeting template.
32
+
- Microsoft Teams custom meeting templates allow you to specify values for many of the meeting options available to meeting organizers. Use the **meetingTemplateId** property on [onlineMeeting](/graph/api/resources/onlinemeeting) to create an online meeting with a meeting template.
33
+
- Use the **allowedLobbyAdmitters** property on [onlineMeeting](/graph/api/resources/onlinemeeting) to get or set the users who can admit from the lobby.
0 commit comments