Class ListParticipantsResult

java.lang.Object
com.azure.communication.callautomation.models.ListParticipantsResult

public final class ListParticipantsResult extends Object
The ListParticipantsResult model.
  • Constructor Details

    • ListParticipantsResult

      public ListParticipantsResult()
      Public constructor.
  • Method Details

    • getValues

      public List<CallParticipant> getValues()
      Get the values property: The list of participants in the call.
      Returns:
      The list of participants in the call.