Skip to content

Commit c11e1d4

Browse files
committed
updating hold operationcallback url
1 parent dbf9d2d commit c11e1d4

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,9 +1038,9 @@ def hold(
10381038

10391039
@distributed_trace
10401040
def unhold(
1041-
self,
1042-
target_participant: "CommunicationIdentifier",
1043-
*,
1041+
self,
1042+
target_participant: "CommunicationIdentifier",
1043+
*,
10441044
operation_context: Optional[str] = None,
10451045
operation_callback_url: Optional[str] = None,
10461046
**kwargs

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,8 +549,8 @@ class TranscriptionSubscription:
549549
"""transcription subscription state."""
550550
subscribed_result_types: Optional[List[Union[str, 'TranscriptionResultType']]]
551551
"""subscribed transcription result types."""
552-
"""Specifies the locale used for transcription, e.g., en-CA or en-AU."""
553552
locale: Optional[str]
553+
"""Specifies the locale used for transcription, e.g., en-CA or en-AU."""
554554

555555
def __init__(
556556
self,

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,10 +1062,10 @@ async def hold(
10621062

10631063
@distributed_trace_async
10641064
async def unhold(
1065-
self,
1066-
target_participant: "CommunicationIdentifier",
1067-
*,
1068-
operation_context: Optional[str] = None,
1065+
self,
1066+
target_participant: "CommunicationIdentifier",
1067+
*,
1068+
operation_context: Optional[str] = None,
10691069
operation_callback_url: Optional[str] = None,
10701070
**kwargs
10711071
) -> None:

0 commit comments

Comments
 (0)