Skip to content

Commit cef7b3c

Browse files
committed
fixing the bug
1 parent 75ac69d commit cef7b3c

File tree

1 file changed

+1
-1
lines changed
  • sdk/communication/azure-communication-callautomation/azure/communication/callautomation

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ def _from_generated(cls, remove_participant_result_generated: "RemoveParticipant
867867
return cls(operation_context=remove_participant_result_generated.operation_context)
868868

869869

870-
class toMoveParticipantsResult:
870+
class MoveParticipantsResult:
871871
"""The response payload for moving participants to the call.
872872
:keyword participants: List of current participants in the call.
873873
:paramtype participants: list[~azure.communication.callautomation.CallParticipant]

0 commit comments

Comments
 (0)