Skip to content

Commit 27358ba

Browse files
v-pivamshiVinothini Dharmaraj
andauthored
Added interrupt hold audio flag for play media. (Azure#47715)
* Added interruprt hold audio flag for play media. * issue resolved. * recording the test * exporting newly added field * updating the auto rest * re recording the test records * re recording tests * re recording tests * re-recording the test * re recording transcription test --------- Co-authored-by: Vinothini Dharmaraj <[email protected]>
1 parent 7dd6036 commit 27358ba

File tree

123 files changed

+10282
-8620
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+10282
-8620
lines changed

sdk/communication/Azure.Communication.CallAutomation/api/Azure.Communication.CallAutomation.net8.0.cs

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

sdk/communication/Azure.Communication.CallAutomation/api/Azure.Communication.CallAutomation.netstandard2.0.cs

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

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_695d00bda2"
5+
"Tag": "net/communication/Azure.Communication.CallAutomation_c2ac7fa0db"
66
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ private static PlayRequestInternal CreatePlayRequest(PlayOptions options)
244244

245245
if (options != null)
246246
{
247-
request.PlayOptions = new PlayOptionsInternal(options.Loop, options.InterruptCallMediaOperation);
247+
request.PlayOptions = new PlayOptionsInternal(options.Loop, options.InterruptCallMediaOperation, options.InterruptHoldAudio);
248248
request.OperationContext = options.OperationContext;
249249
request.OperationCallbackUri = options.OperationCallbackUri?.AbsoluteUri;
250250
}

sdk/communication/Azure.Communication.CallAutomation/src/Generated/CallAutomationModelFactory.cs

Lines changed: 62 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/communication/Azure.Communication.CallAutomation/src/Generated/CallRecordingRestClient.cs

Lines changed: 70 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/communication/Azure.Communication.CallAutomation/src/Generated/Models/CallLocatorInternal.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)