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
### Example 4: Create an online meeting with a meeting template
472
+
473
+
The following example shows how to create a meeting with a Microsoft Teams [meeting template](/microsoftteams/create-custom-meeting-template). Microsoft Teams custom meeting templates allow you to specify values for many of the meeting options that are available to meeting organizers.
474
+
475
+
> [!CAUTION]
476
+
>
477
+
>- The template might lock some meeting options in the Teams UI. The enforcement of the lock takes place on the server side.
478
+
>- Subsequent updates to the **onlineMeeting** can't overwrite the **meetingTemplateId** or locked meeting options.
479
+
>- Using a custom meeting template to create a meeting is a Teams Premium feature.
Copy file name to clipboardExpand all lines: api-reference/v1.0/resources/onlinemeeting.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,7 @@ Contains information about a meeting, including the URL used to join a meeting,
59
59
| joinInformation |[itemBody](itembody.md)| The join information in the language and locale variant specified in the `Accept-Language` request HTTP header. Read-only. Inherited from [onlineMeetingBase](../resources/onlineMeetingBase.md). |
60
60
| joinMeetingIdSettings |[joinMeetingIdSettings](joinmeetingidsettings.md)| Specifies the **joinMeetingId**, the meeting passcode, and the requirement for the passcode. Once an **onlineMeeting** is created, the **joinMeetingIdSettings** can't be modified. To make any changes to this property, the meeting needs to be canceled and a new one needs to be created. Inherited from [onlineMeetingBase](../resources/onlineMeetingBase.md). |
61
61
| lobbyBypassSettings |[lobbyBypassSettings](lobbybypasssettings.md)| Specifies which participants can bypass the meeting lobby. Inherited from [onlineMeetingBase](../resources/onlineMeetingBase.md). |
62
+
| meetingTemplateId | String | The ID of the [meeting template](/microsoftteams/create-custom-meeting-template). |
62
63
| recordAutomatically | Boolean | Indicates whether to record the meeting automatically. Inherited from [onlineMeetingBase](../resources/onlineMeetingBase.md). |
63
64
| 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). |
64
65
| startDateTime | DateTime | The meeting start time in UTC. |
@@ -136,6 +137,7 @@ The following JSON representation shows the resource type.
Copy file name to clipboardExpand all lines: changelog/Microsoft.Skype.Calling.json
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
{
2
2
"changelog": [
3
+
{
4
+
"ChangeList": [
5
+
{
6
+
"Id": "14c5e7c8-5ba9-44eb-ac3a-b99452dde78f",
7
+
"ApiChange": "Property",
8
+
"ChangedApiName": "meetingTemplateId",
9
+
"ChangeType": "Addition",
10
+
"Description": "Added the **meetingTemplateId** property to the [onlineMeeting](https://learn.microsoft.com/en-us/graph/api/resources/onlineMeeting?view=graph-rest-1.0) resource.",
Copy file name to clipboardExpand all lines: concepts/whats-new-overview.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,12 @@ For details about previous updates to Microsoft Graph, see [Microsoft Graph what
24
24
Updated the endpoint of the [fileStorageContainer: restore](/graph/api/filestoragecontainer-restore) method.
25
25
26
26
### Identity and access | Identity and sign-in
27
-
- Added riskEventType entry for the Suspicious API Traffic detection for [service principals](/graph/api/resources/serviceprincipalriskdetection?view=graph-rest-1.0&preserve-view=true).
27
+
28
+
Added riskEventType entry for the Suspicious API Traffic detection for [service principals](/graph/api/resources/serviceprincipalriskdetection?view=graph-rest-1.0&preserve-view=true).
29
+
30
+
### Teamwork and communications | Calls and online meetings
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.
0 commit comments