Class CallParticipant

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

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

    Constructors
    Constructor
    Description
    CallParticipant(com.azure.communication.common.CommunicationIdentifier identifier, Boolean isMuted)
    Constructor of the class
  • Method Summary

    Modifier and Type
    Method
    Description
    com.azure.communication.common.CommunicationIdentifier
    Get the identifier property: Communication identifier of the participant.
    Get the isMuted property: Is participant muted.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CallParticipant

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

    • getIdentifier

      public com.azure.communication.common.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.