Skip to content

Commit df7dae9

Browse files
Merge pull request #13542 from emilykirby/docs-editor/New-CsAutoRecordingTemplate-1776891802
Update New-CsAutoRecordingTemplate.md
2 parents 05d8dff + 46e8bec commit df7dae9

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ New-CsAutoRecordingTemplate -Name <String> -Description <String> -SharePointHost
2727
>[!CAUTION]
2828
>The functionality provided by this cmdlet will only work for customers that are participating in the Voice Applications private preview for this feature. General Availability for this functionality has not been determined at this time.
2929
30-
Use the New-CsAutoRecordingTemplate cmdlet to create an Auto Recording tempalte that can be assigned to a call queue.
30+
Use the New-CsAutoRecordingTemplate cmdlet to create an Auto Recording template that can be assigned to a call queue.
3131

3232
## EXAMPLES
3333

3434
### Example 1
3535
```
36-
New-CsAutoRecordingTemplate -Name "Customer Service" -Description "Transcription & Recording enabled" -TranscriptionEnabled $true -RecordingEnabled $true -AgentViewPermission XXXXX -SharePointHostName YYYYYY -SharePointSiteName ZZZZZ -RecordingDocumentOwner GUID -AutoRecordingAnnouncementTextToSpeechPrompt "This call will be reocorded for quality and training purposes."
36+
New-CsAutoRecordingTemplate -Name "Customer Service" -Description "Transcription & Recording enabled" -TranscriptionEnabled $true -RecordingEnabled $true -AgentViewPermission XXXXX -SharePointHostName YYYYYY -SharePointSiteName ZZZZZ -RecordingDocumentOwner GUID -AutoRecordingAnnouncementTextToSpeechPrompt "This call will be recorded for quality and training purposes."
3737
```
3838

3939
This example creates a new Auto Recording template that enabled transcription and recording.
@@ -143,10 +143,10 @@ Accept wildcard characters: False
143143
144144
### -SharePointSiteName
145145
146-
>[!CAUTION]
147-
>This must already exist. The cmdlet will not create the SharePoint site.
146+
> [!CAUTION]
147+
> The SharePoint site specified by `-SharePointSiteName` must be provisioned through the Auto Recording template creation process. Manually created SharePoint sites aren't supported and may result in access or permission errors. SharePoint sites provisioned through this process can be reused across multiple Auto Recording templates.
148148

149-
The SharePoint sitename where the recordings and transcripts are stored.
149+
Specifies the name of the SharePoint site used to store automatic recording and transcription. The site will be provisioned if it doesn't already exist through the Auto Recording template creation process.
150150

151151
```yaml
152152
Type: System.String
@@ -199,7 +199,7 @@ Accept wildcard characters: False
199199
>[!CAUTION]
200200
>This text needs to be entered in the same language that is set for the call queue.
201201

202-
The text to speach prompt that will be played to callers telling them their call is being recorded.
202+
The text to speech prompt that will be played to callers telling them their call is being recorded.
203203

204204
```yaml
205205
Type: System.String

0 commit comments

Comments
 (0)