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/azure/communication/callautomation/_call_connection_client.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1052,7 +1052,7 @@ def unhold(
1052
1052
:keyword operation_context: Value that can be used to track this call and its associated events.
1053
1053
:paramtype operation_context: str or None
1054
1054
:keyword operation_callback_url: Set a callback URL that overrides the default callback URL set
1055
-
by CreateCall/AnswerCall for this operation.
1055
+
by CreateCall/AnswerCall for this operation.
1056
1056
This setup is per-action. If this is not set, the default callback URL set by
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-callautomation/azure/communication/callautomation/aio/_call_connection_client_async.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1076,9 +1076,9 @@ async def unhold(
1076
1076
:keyword operation_context: Value that can be used to track this call and its associated events.
1077
1077
:paramtype operation_context: str or None
1078
1078
:keyword operation_callback_url: Set a callback URL that overrides the default callback URL set
1079
-
by CreateCall/AnswerCall for this operation.
1080
-
This setup is per-action. If this is not set, the default callback URL set by
1081
-
CreateCall/AnswerCall will be used.
1079
+
by CreateCall/AnswerCall for this operation.
1080
+
This setup is per-action. If this is not set, the default callback URL set by
0 commit comments