Skip to content

Commit b162511

Browse files
author
Vinothini Dharmaraj
committed
removing callback url for the start continous dtmf recognition
1 parent 3140622 commit b162511

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

sdk/communication/azure-communication-callautomation/azure/communication/callautomation/_call_connection_client.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -701,11 +701,6 @@ def start_continuous_dtmf_recognition(
701701
702702
:param target_participant: Target participant.
703703
:type target_participant: ~azure.communication.callautomation.CommunicationIdentifier
704-
:keyword operation_callback_url: Set a callback URL that overrides the default callback URL set
705-
by CreateCall/AnswerCall for this operation.
706-
This setup is per-action. If this is not set, the default callback URL set by
707-
CreateCall/AnswerCall will be used.
708-
:paramtype operation_callback_url: str or None
709704
:return: None
710705
:rtype: None
711706
:raises ~azure.core.exceptions.HttpResponseError:

sdk/communication/azure-communication-callautomation/azure/communication/callautomation/aio/_call_connection_client_async.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -707,11 +707,6 @@ async def start_continuous_dtmf_recognition(
707707
:type target_participant: ~azure.communication.callautomation.CommunicationIdentifier
708708
:keyword operation_context: Value that can be used to track this call and its associated events.
709709
:paramtype operation_context: str
710-
:keyword operation_callback_url: Set a callback URL that overrides the default callback URL set
711-
by CreateCall/AnswerCall for this operation.
712-
This setup is per-action. If this is not set, the default callback URL set by
713-
CreateCall/AnswerCall will be used.
714-
:paramtype operation_callback_url: str or None
715710
:return: None
716711
:rtype: None
717712
:raises ~azure.core.exceptions.HttpResponseError:

0 commit comments

Comments
 (0)