diff --git a/sdk/communication/communication-call-automation/review/communication-call-automation.api.md b/sdk/communication/communication-call-automation/review/communication-call-automation.api.md index 38fecf3c4346..038ed32f62d6 100644 --- a/sdk/communication/communication-call-automation/review/communication-call-automation.api.md +++ b/sdk/communication/communication-call-automation/review/communication-call-automation.api.md @@ -198,8 +198,6 @@ export interface CallMediaRecognizeOptions extends OperationOptions { playPrompt?: FileSource | TextSource | SsmlSource; // (undocumented) speechModelEndpointId?: string; - // (undocumented) - stopCurrentOperations?: boolean; } // @public diff --git a/sdk/communication/communication-call-automation/src/models/options.ts b/sdk/communication/communication-call-automation/src/models/options.ts index 8300c5d7ce65..2e69b282178e 100644 --- a/sdk/communication/communication-call-automation/src/models/options.ts +++ b/sdk/communication/communication-call-automation/src/models/options.ts @@ -22,7 +22,6 @@ import { export interface CallMediaRecognizeOptions extends OperationOptions { playPrompt?: FileSource | TextSource | SsmlSource; interruptCallMediaOperation?: boolean; - stopCurrentOperations?: boolean; operationContext?: string; interruptPrompt?: boolean; initialSilenceTimeoutInSeconds?: number;