public final class CallParticipant extends Object
| Constructor and Description |
|---|
CallParticipant(com.azure.communication.common.CommunicationIdentifier communicationIdentifier,
String participantId,
boolean isMuted)
Initializes a new instance of CallParticipant.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.communication.common.CommunicationIdentifier |
getIdentifier()
Get the communication identity of the participant.
|
String |
getParticipantId()
Get the participant id.
|
boolean |
isMuted()
Get is participant muted.
|
public CallParticipant(com.azure.communication.common.CommunicationIdentifier communicationIdentifier,
String participantId,
boolean isMuted)
communicationIdentifier - Communication Identifier.participantId - Participant Id.isMuted - Is participant muted.IllegalArgumentException - if either parameter is null.public com.azure.communication.common.CommunicationIdentifier getIdentifier()
public String getParticipantId()
public boolean isMuted()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.