Class CallParticipant
java.lang.Object
com.azure.communication.callautomation.models.CallParticipant
The CallParticipant model.
-
Constructor Summary
ConstructorsConstructorDescriptionCallParticipant(CommunicationIdentifier identifier, Boolean isMuted) Constructor of the classCallParticipant(CommunicationIdentifier identifier, Boolean isMuted, Boolean isOnHold) Constructor of the class -
Method Summary
-
Constructor Details
-
CallParticipant
Constructor of the class- Parameters:
identifier- The communication identifierisMuted- The value of isMutedisOnHold- The value of isOnHold
-
CallParticipant
Constructor of the class- Parameters:
identifier- The communication identifierisMuted- The value of isMuted
-
-
Method Details
-
getIdentifier
Get the identifier property: Communication identifier of the participant.- Returns:
- the identifier value.
-
isMuted
Get the isMuted property: Is participant muted.- Returns:
- the isMuted value.
-
isOnHold
Get the isOnHold property: Is participant on hold.- Returns:
- the isOnHold value.
-