File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Apps are pinned to the app bar. This is the bar on the side of the Teams desktop
24
24
25
25
```
26
26
New-CsTeamsAppSetupPolicy [-Description <Object>] [-AppPresetList <Object>] [-WhatIf]
27
- [-PinnedAppBarApps <Object>] [-AllowUserPinning <Object>] [-Confirm] [[-Identity] <Object>] [-Tenant <Object>]
27
+ [-PinnedAppBarApps <Object>] [-PinnedCallingBarApps <Object>] [- AllowUserPinning <Object>] [-Confirm] [[-Identity] <Object>] [-Tenant <Object>]
28
28
[-InMemory] [-AllowSideLoading <Object>] [-Force] [-AsJob]
29
29
```
30
30
@@ -164,6 +164,21 @@ Accept pipeline input: False
164
164
Accept wildcard characters : False
165
165
` ` `
166
166
167
+ ### -PinnedCallingBarApps
168
+ Determines the list of apps that are pre pinned for a participant in Calls.
169
+
170
+ ` ` ` yaml
171
+ Type : Microsoft.Teams.Policy.Administration.Cmdlets.Core.PinnedCallingBarApp[]
172
+ Parameter Sets : (All)
173
+ Aliases :
174
+
175
+ Required : False
176
+ Position : Named
177
+ Default value : None
178
+ Accept pipeline input : False
179
+ Accept wildcard characters : False
180
+ ` ` `
181
+
167
182
### -PinnedMessageBarApps
168
183
Apps are pinned in messaging extensions and into the ellipsis menu.
169
184
You can’t perform that action at this time.
0 commit comments