CallParticipant Class
- java.
lang. Object - com.
azure. communication. callautomation. models. CallParticipant
- com.
public final class CallParticipant
The CallParticipant model.
Constructor Summary
| Constructor | Description |
|---|---|
| CallParticipant(CommunicationIdentifier identifier, Boolean isMuted) |
Constructor of the class |
| CallParticipant(CommunicationIdentifier identifier, Boolean isMuted, Boolean isOnHold) |
Constructor of the class |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Communication |
getIdentifier()
Get the identifier property: Communication identifier of the participant. |
| Boolean |
isMuted()
Get the is |
| Boolean |
isOnHold()
Get the is |
Methods inherited from java.lang.Object
Constructor Details
CallParticipant
public CallParticipant(CommunicationIdentifier identifier, Boolean isMuted)
Constructor of the class
Parameters:
CallParticipant
public CallParticipant(CommunicationIdentifier identifier, Boolean isMuted, Boolean isOnHold)
Constructor of the class
Parameters:
Method Details
getIdentifier
public CommunicationIdentifier getIdentifier()
Get the identifier property: Communication identifier of the participant.
Returns:
isMuted
public Boolean isMuted()
Get the isMuted property: Is participant muted.
Returns:
isOnHold
public Boolean isOnHold()
Get the isOnHold property: Is participant on hold.
Returns: