Skip to content

Commit e33dbe4

Browse files
authored
Merge pull request #126292 from ealmuneyeer/patch-1
Update call-recording-csharp.md
2 parents 6d6dcd7 + 1faf1f1 commit e33dbe4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ StartRecordingOptions recordingOptions = new StartRecordingOptions(new ServerCal
7575
RecordingFormat = RecordingFormat.Wav,
7676
RecordingStateCallbackUri = new Uri("<CallbackUri>"),
7777
RecordingStorage = RecordingStorage.CreateAzureBlobContainerRecordingStorage(new Uri("<YOUR_STORAGE_CONTAINER_URL>"))
78-
ExternalStorage = new BlobStorage(new Uri("<Insert Container / Blob Uri>"))
7978
};
8079
Response<RecordingStateResult> response = await callAutomationClient.GetCallRecording()
8180
.StartAsync(recordingOptions);

0 commit comments

Comments
 (0)