Skip to content

Commit 39d585f

Browse files
committed
fixing the docs issue
1 parent c24a13d commit 39d585f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ def move_participants(
384384
**kwargs,
385385
) -> MoveParticipantsResult:
386386
"""Move participants from another call to this call.
387+
387388
:param target_participants: The participants to move to this call.
388389
:type target_participants: list[~azure.communication.callautomation.CommunicationIdentifier]
389390
:param from_call: The CallConnectionId for the call you want to move the participant from.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -869,6 +869,7 @@ def _from_generated(cls, remove_participant_result_generated: "RemoveParticipant
869869

870870
class MoveParticipantsResult:
871871
"""The response payload for moving participants to the call.
872+
872873
:keyword participants: List of current participants in the call.
873874
:paramtype participants: list[~azure.communication.callautomation.CallParticipant]
874875
:keyword operation_context: The operation context provided by client.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ async def move_participants(
387387
**kwargs,
388388
) -> MoveParticipantsResult:
389389
"""Move participants from another call to this call.
390+
390391
:param target_participants: The participants to move to this call.
391392
:type target_participants: list[~azure.communication.callautomation.CommunicationIdentifier]
392393
:param from_call: The CallConnectionId for the call you want to move the participant from.

0 commit comments

Comments
 (0)