From 2a39b2d865a5a223e0edaf7e3615dc16562e85b7 Mon Sep 17 00:00:00 2001 From: Amari West Date: Thu, 12 Oct 2023 15:41:30 -0500 Subject: [PATCH] generated netstandard2.0.cs --- .../api/Azure.Communication.CallAutomation.netstandard2.0.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/communication/Azure.Communication.CallAutomation/api/Azure.Communication.CallAutomation.netstandard2.0.cs b/sdk/communication/Azure.Communication.CallAutomation/api/Azure.Communication.CallAutomation.netstandard2.0.cs index d1a78f11e0472..7ae2185d60bce 100644 --- a/sdk/communication/Azure.Communication.CallAutomation/api/Azure.Communication.CallAutomation.netstandard2.0.cs +++ b/sdk/communication/Azure.Communication.CallAutomation/api/Azure.Communication.CallAutomation.netstandard2.0.cs @@ -1317,6 +1317,7 @@ public StartRecordingOptions(Azure.Communication.CallAutomation.CallLocator call public System.Collections.Generic.IList AudioChannelParticipantOrdering { get { throw null; } } public System.Collections.Generic.IList ChannelAffinity { get { throw null; } set { } } public Azure.Communication.CallAutomation.ExternalStorage ExternalStorage { get { throw null; } set { } } + public bool PauseOnStart { get { throw null; } set { } } public Azure.Communication.CallAutomation.RecordingChannel RecordingChannel { get { throw null; } set { } } public Azure.Communication.CallAutomation.RecordingContent RecordingContent { get { throw null; } set { } } public Azure.Communication.CallAutomation.RecordingFormat RecordingFormat { get { throw null; } set { } }