You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/communication/Azure.Communication.CallAutomation/api/Azure.Communication.CallAutomation.netstandard2.0.cs
Copy file name to clipboardExpand all lines: sdk/communication/Azure.Communication.CallAutomation/src/CallAutomationEventProcessor/EventResult/SendDtmfEventResult.cs
/// <exception cref="RequestFailedException">The server returned an error. See <see cref="Exception.Message"/> for details returned from the server.</exception>
667
668
/// <exception cref="ArgumentNullException"> <paramref name="targetParticipant"/> is null. </exception>
/// <exception cref="RequestFailedException">The server returned an error. See <see cref="Exception.Message"/> for details returned from the server.</exception>
683
-
/// <exception cref="ArgumentNullException"> <paramref name="options"/> is null. </exception>
/// <exception cref="ArgumentNullException"> <paramref name="targetParticipant"/> is null. </exception>
721
705
/// <exception cref="RequestFailedException">The server returned an error. See <see cref="Exception.Message"/> for details returned from the server.</exception>
/// <exception cref="ArgumentNullException"> <paramref name="options"/> is null. </exception>
736
-
/// <exception cref="ArgumentException"> <paramref name="options"/> OperationContext is too long. </exception>
737
-
/// <exception cref="RequestFailedException">The server returned an error. See <see cref="Exception.Message"/> for details returned from the server.</exception>
@@ -673,23 +673,24 @@ public virtual async Task<Response> StopContinuousDtmfRecognitionAsync(Communica
673
673
/// <param name="operationContext">An optional context object containing information about the operation, such as a unique identifier or custom metadata.</param>
674
674
/// <param name="cancellationToken">An optional CancellationToken to cancel the request.</param>
675
675
/// <returns>Returns a Response containing a SendDtmfResult object indicating the result of the send operation.</returns>
@@ -709,23 +710,24 @@ public virtual async Task<Response<SendDtmfResult>> SendDtmfAsync(IEnumerable<Dt
709
710
/// <param name="operationContext">An optional context object containing information about the operation, such as a unique identifier or custom metadata.</param>
710
711
/// <param name="cancellationToken">An optional CancellationToken to cancel the request.</param>
711
712
/// <returns>Returns a Response containing a SendDtmfResult object indicating the result of the send operation.</returns>
0 commit comments