CallMedia.StopContinuousDtmfRecognitionAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
StopContinuousDtmfRecognitionAsync(CommunicationIdentifier, CancellationToken) |
Stops continuous Dtmf recognition in async mode. |
StopContinuousDtmfRecognitionAsync(ContinuousDtmfRecognitionOptions, CancellationToken) |
Stops continuous Dtmf recognition in async mode with continuousDtmfRecognition options and configurations. |
StopContinuousDtmfRecognitionAsync(CommunicationIdentifier, CancellationToken)
- Source:
- CallMedia.cs
- Source:
- CallMedia.cs
Stops continuous Dtmf recognition in async mode.
public virtual System.Threading.Tasks.Task<Azure.Response> StopContinuousDtmfRecognitionAsync (Azure.Communication.CommunicationIdentifier targetParticipant, System.Threading.CancellationToken cancellationToken = default);
abstract member StopContinuousDtmfRecognitionAsync : Azure.Communication.CommunicationIdentifier * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.StopContinuousDtmfRecognitionAsync : Azure.Communication.CommunicationIdentifier * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function StopContinuousDtmfRecognitionAsync (targetParticipant As CommunicationIdentifier, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)
Parameters
- targetParticipant
- CommunicationIdentifier
A target participant identifier for stopping continuous Dtmf recognition.
- cancellationToken
- CancellationToken
An optional CancellationToken to cancel the request.
Returns
Returns an HTTP response with a 200 status code for success, or an HTTP failure error code in case of an error.
Applies to
StopContinuousDtmfRecognitionAsync(ContinuousDtmfRecognitionOptions, CancellationToken)
- Source:
- CallMedia.cs
- Source:
- CallMedia.cs
Stops continuous Dtmf recognition in async mode with continuousDtmfRecognition options and configurations.
public virtual System.Threading.Tasks.Task<Azure.Response> StopContinuousDtmfRecognitionAsync (Azure.Communication.CallAutomation.ContinuousDtmfRecognitionOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member StopContinuousDtmfRecognitionAsync : Azure.Communication.CallAutomation.ContinuousDtmfRecognitionOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.StopContinuousDtmfRecognitionAsync : Azure.Communication.CallAutomation.ContinuousDtmfRecognitionOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function StopContinuousDtmfRecognitionAsync (options As ContinuousDtmfRecognitionOptions, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)
Parameters
- options
- ContinuousDtmfRecognitionOptions
An optional object containing continuousDtmfRecognition options and configurations.
- cancellationToken
- CancellationToken
An optional CancellationToken to cancel the request.
Returns
Returns an HTTP response with a 200 status code for success, or an HTTP failure error code in case of an error.
Applies to
Azure SDK for .NET