Skip to content

Commit d5db57d

Browse files
authored
Update call-recording-csharp.md
1 parent c9df870 commit d5db57d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/quickstarts/voice-video-calling/includes/call-recording-samples/call-recording-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Below is an example of the event schema.
141141
Use `DownloadStreamingAsync` API for downloading the recorded media.
142142

143143
```csharp
144-
var recordingDownloadUri = new Uri(downloadLocation);
144+
var recordingDownloadUri = new Uri(contentLocation);
145145
var response = await callAutomationClient.GetCallRecording().DownloadStreamingAsync(recordingDownloadUri);
146146
```
147147
The `downloadLocation` for the recording can be fetched from the `contentLocation` attribute of the `recordingChunk`. `DownloadStreamingAsync` method returns response of type `Response<Stream>`, which contains the downloaded content.

0 commit comments

Comments
 (0)