Skip to content

Commit b003725

Browse files
v-pivamshiVinothini Dharmaraj
andauthored
Removing the default audio format media streaming (Azure#47841)
* Media streaming audio format default Pcm24kMono changed to null * updating the audio format changes and reverting the export api script changes * updating the script end line space * removing the recorded files * updating the records for the media streaming * re recording live test --------- Co-authored-by: Vinothini Dharmaraj <[email protected]>
1 parent adc97b1 commit b003725

File tree

8 files changed

+164
-164
lines changed

8 files changed

+164
-164
lines changed

sdk/communication/Azure.Communication.CallAutomation/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "net",
44
"TagPrefix": "net/communication/Azure.Communication.CallAutomation",
5-
"Tag": "net/communication/Azure.Communication.CallAutomation_639a28e13e"
5+
"Tag": "net/communication/Azure.Communication.CallAutomation_695d00bda2"
66
}

sdk/communication/Azure.Communication.CallAutomation/src/CallAutomationClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ private static MediaStreamingOptionsInternal CreateMediaStreamingOptionsInternal
821821
? default
822822
: new MediaStreamingOptionsInternal(configuration.TransportUri.AbsoluteUri, configuration.MediaStreamingTransport,
823823
configuration.MediaStreamingContent, configuration.MediaStreamingAudioChannel, configuration.StartMediaStreaming,
824-
configuration.EnableBidirectional, configuration.AudioFormat == null ? AudioFormat.Pcm24KMono : configuration.AudioFormat);
824+
configuration.EnableBidirectional, configuration.AudioFormat);
825825
}
826826
private static TranscriptionOptionsInternal CreateTranscriptionOptionsInternal(TranscriptionOptions configuration)
827827
{

sdk/communication/Azure.Communication.CallAutomation/tests/SessionRecordedEvents/CallMediaAutomatedLiveTests/AnswerCallWithMediaStreamingTest.json

Lines changed: 27 additions & 27 deletions
Large diffs are not rendered by default.

sdk/communication/Azure.Communication.CallAutomation/tests/SessionRecordedEvents/CallMediaAutomatedLiveTests/AnswerCallWithMediaStreamingTestAsync.json

Lines changed: 27 additions & 27 deletions
Large diffs are not rendered by default.

sdk/communication/Azure.Communication.CallAutomation/tests/SessionRecordedEvents/CallMediaAutomatedLiveTests/AnswerCallWithMediaStreamingUnmixedTest.json

Lines changed: 27 additions & 27 deletions
Large diffs are not rendered by default.

sdk/communication/Azure.Communication.CallAutomation/tests/SessionRecordedEvents/CallMediaAutomatedLiveTests/AnswerCallWithMediaStreamingUnmixedTestAsync.json

Lines changed: 27 additions & 27 deletions
Large diffs are not rendered by default.

sdk/communication/Azure.Communication.CallAutomation/tests/SessionRecordedEvents/CallMediaAutomatedLiveTests/CreateCallWithMediaStreamingTest.json

Lines changed: 27 additions & 27 deletions
Large diffs are not rendered by default.

sdk/communication/Azure.Communication.CallAutomation/tests/SessionRecordedEvents/CallMediaAutomatedLiveTests/CreateCallWithMediaStreamingTestAsync.json

Lines changed: 27 additions & 27 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)