Class CallParticipant

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

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

    • CallParticipant

      public CallParticipant(CommunicationIdentifier identifier, Boolean isMuted, Boolean isOnHold)
      Constructor of the class
      Parameters:
      identifier - The communication identifier
      isMuted - The value of isMuted
      isOnHold - The value of isOnHold
    • CallParticipant

      public CallParticipant(CommunicationIdentifier identifier, Boolean isMuted)
      Constructor of the class
      Parameters:
      identifier - The communication identifier
      isMuted - The value of isMuted
  • Method Details

    • getIdentifier

      public CommunicationIdentifier getIdentifier()
      Get the identifier property: Communication identifier of the participant.
      Returns:
      the identifier value.
    • isMuted

      public Boolean isMuted()
      Get the isMuted property: Is participant muted.
      Returns:
      the isMuted value.
    • isOnHold

      public Boolean isOnHold()
      Get the isOnHold property: Is participant on hold.
      Returns:
      the isOnHold value.