Skip to content

Commit 7380b39

Browse files
authored
Merge pull request #126293 from ealmuneyeer/patch-2
Update call-recording-java.md
2 parents 466d8a8 + ad0710c commit 7380b39

File tree

1 file changed

+1
-2
lines changed
  • articles/communication-services/quickstarts/voice-video-calling/includes/call-recording-samples

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ Start recording using your designated Azure Blob Storage to store the recorded f
7777
.setRecordingChannel(RecordingChannel.MIXED)
7878
.setRecordingContent(RecordingContent.AUDIO_VIDEO)
7979
.setRecordingFormat(RecordingFormat.MP4)
80-
.setRecordingStorage(new AzureBlobContainerRecordingStorage("<YOUR_STORAGE_CONTAINER_URL>"))
81-
.setExternalStorage(new BlobStorage("<Insert Container / Blob Uri>"));
80+
.setRecordingStorage(new AzureBlobContainerRecordingStorage("<YOUR_STORAGE_CONTAINER_URL>"));
8281

8382
// //start recording
8483
RecordingStateResult result = callRecording.start(recordingOptions);

0 commit comments

Comments
 (0)