Skip to content

Commit 048d0b4

Browse files
Merge pull request #13023 from MicrosoftDocs/main
[AutoPublish] main to live - 08/08 13:33 PDT | 08/09 02:03 IST
2 parents 75234b3 + 6ee0a7a commit 048d0b4

File tree

4 files changed

+53
-0
lines changed

4 files changed

+53
-0
lines changed

teams/teams-ps/MicrosoftTeams/MicrosoftTeams.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ The Connect-MicrosoftTeams cmdlet connects an authenticated account for use with
3535
### [Disable-CsOnlineSipDomain](Disable-CsOnlineSipDomain.md)
3636
This cmdlet prevents provisioning of users in Skype for Business Online for the specified domain.
3737

38+
### [Disable-CsTeamsShiftsConnectionErrorReport](Disable-CsTeamsShiftsConnectionErrorReport.md)
39+
This cmdlet disables an error report.
40+
3841
### [Disconnect-MicrosoftTeams](Disconnect-MicrosoftTeams.md)
3942
{{Placeholder}}
4043

teams/teams-ps/MicrosoftTeams/New-CsTeamsCallingPolicy.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,31 @@ Accept pipeline input: False
196196
Accept wildcard characters: False
197197
```
198198
199+
### -ExplicitRecordingConsent
200+
201+
> Applicable: Microsoft Teams
202+
203+
>[!NOTE]
204+
>This feature has not been released yet and will have no changes if it is enabled or disabled.
205+
206+
Determines whether users need to give explicit consent for recording and transcript in 1:1 calls. Set this to enabled to request users to give explicit consent.
207+
208+
Possible Values:
209+
- Enabled: Explicit consent, requires participant agreement.
210+
- Disabled: Implicit consent, does not require participant agreement.
211+
212+
```yaml
213+
Type: String
214+
Parameter Sets: (All)
215+
Aliases:
216+
217+
Required: False
218+
Position: Named
219+
Default value: Disabled
220+
Accept pipeline input: False
221+
Accept wildcard characters: False
222+
```
223+
199224
### -AllowDelegation
200225
201226
> Applicable: Microsoft Teams

teams/teams-ps/MicrosoftTeams/Set-CsTeamsCallingPolicy.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,31 @@ Accept pipeline input: False
204204
Accept wildcard characters: False
205205
```
206206
207+
### -ExplicitRecordingConsent
208+
209+
> Applicable: Microsoft Teams
210+
211+
>[!NOTE]
212+
>This feature has not been released yet and will have no changes if it is enabled or disabled.
213+
214+
Determines whether users need to give explicit consent for recording and transcript in 1:1 calls. Set this to enabled to request users to give explicit consent.
215+
216+
Possible Values:
217+
- Enabled: Explicit consent, requires participant agreement.
218+
- Disabled: Implicit consent, does not require participant agreement.
219+
220+
```yaml
221+
Type: Boolean
222+
Parameter Sets: (All)
223+
Aliases:
224+
225+
Required: False
226+
Position: Named
227+
Default value: Disabled
228+
Accept pipeline input: False
229+
Accept wildcard characters: False
230+
```
231+
207232
### -AllowDelegation
208233
209234
> Applicable: Microsoft Teams

0 commit comments

Comments
 (0)