MuteParticipantOptions Class

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

public final class MuteParticipantOptions

The options for muting a participant.

Constructor Summary

Constructor Description
MuteParticipantOptions(CommunicationIdentifier targetParticipant)

Constructor

Method Summary

Modifier and Type Method and Description
String getOperationContext()

Get the operationContext.

CommunicationIdentifier getTargetParticipant()

Get the participant.

MuteParticipantOptions setOperationContext(String operationContext)

Set the operationContext.

Methods inherited from java.lang.Object

Constructor Details

MuteParticipantOptions

public MuteParticipantOptions(CommunicationIdentifier targetParticipant)

Constructor

Parameters:

targetParticipant - The targetParticipant to mute.

Method Details

getOperationContext

public String getOperationContext()

Get the operationContext.

Returns:

the operationContext

getTargetParticipant

public CommunicationIdentifier getTargetParticipant()

Get the participant.

Returns:

the participant to mute.

setOperationContext

public MuteParticipantOptions setOperationContext(String operationContext)

Set the operationContext.

Parameters:

operationContext - the operationContext to set

Returns:

the MuteParticipantOptions object itself.

Applies to