Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions teams/teams-ps/MicrosoftTeams/New-CsTeamsCallingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ New-CsTeamsCallingPolicy [-Identity] <string>
[-WhatIf]
[-EnableRecordingAndTranscriptionCustomMessage <Boolean>]
[-RecordingAndTranscriptionCustomMessageIdentifier <Guid>]
[-RecordingAndTranscriptionAudioNotification <String>]
[<CommonParameters>]
```

Expand Down Expand Up @@ -833,6 +834,23 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -RecordingAndTranscriptionAudioNotification
> [!NOTE]
> This feature has not been fully released yet, so the setting will have no effect.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cerise111 can you please remove this once the feature is live? Will approve these changes now

This attribute controls whether audio notifications will be played in Teams client when recording or transcription starts/stops for applied users/groups.

```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).

Expand Down
18 changes: 18 additions & 0 deletions teams/teams-ps/MicrosoftTeams/New-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ New-CsTeamsMeetingPolicy [-Identity] <XdsIdentity>
[-WhoCanRegister <Object>]
[-EnableRecordingAndTranscriptionCustomMessage <Boolean>]
[-RecordingAndTranscriptionCustomMessageIdentifier <Guid>]
[-RecordingAndTranscriptionAudioNotification <String>]
[<CommonParameters>]
```

Expand Down Expand Up @@ -2023,6 +2024,23 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -RecordingAndTranscriptionAudioNotification
> [!NOTE]
> This feature has not been fully released yet, so the setting will have no effect.
This attribute controls whether audio notifications will be played in Teams client when recording or transcription starts/stops for applied users/groups.

```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216).

Expand Down
18 changes: 18 additions & 0 deletions teams/teams-ps/MicrosoftTeams/Set-CsTeamsCallingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Set-CsTeamsCallingPolicy [-Identity] <string>
[-ExplicitRecordingConsent <string>]
[-EnableRecordingAndTranscriptionCustomMessage <Boolean>]
[-RecordingAndTranscriptionCustomMessageIdentifier <Guid>]
[-RecordingAndTranscriptionAudioNotification <String>]
[-WhatIf]
[<CommonParameters>]
```
Expand Down Expand Up @@ -819,6 +820,23 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -RecordingAndTranscriptionAudioNotification
> [!NOTE]
> This feature has not been fully released yet, so the setting will have no effect.
This attribute controls whether audio notifications will be played in Teams client when recording or transcription starts/stops for applied users/groups.

```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -WhatIf

> Applicable: Microsoft Teams
Expand Down
18 changes: 18 additions & 0 deletions teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>]
[-WhoCanRegister <String>]
[-EnableRecordingAndTranscriptionCustomMessage <Boolean>]
[-RecordingAndTranscriptionCustomMessageIdentifier <Guid>]
[-RecordingAndTranscriptionAudioNotification <String>]
[<CommonParameters>]
```

Expand Down Expand Up @@ -2103,6 +2104,23 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -RecordingAndTranscriptionAudioNotification
> [!NOTE]
> This feature has not been fully released yet, so the setting will have no effect.
This attribute controls whether audio notifications will be played in Teams client when recording or transcription starts/stops for applied users/groups.

```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216).

Expand Down
Loading