Freigeben über


CallParticipant Class

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

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
CommunicationIdentifier getIdentifier()

Get the identifier property: Communication identifier of the participant.

Boolean isMuted()

Get the isMuted property: Is participant muted.

Boolean isOnHold()

Get the isOnHold property: Is participant on hold.

Methods inherited from java.lang.Object

Constructor Details

CallParticipant

public CallParticipant(CommunicationIdentifier identifier, Boolean isMuted)

Constructor of the class

Parameters:

identifier - The communication identifier
isMuted - The value of isMuted

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

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.

Applies to