Class MuteParticipantOptions
java.lang.Object
com.azure.communication.callautomation.models.MuteParticipantOptions
The options for muting a participant.
-
Constructor Summary
ConstructorsConstructorDescriptionMuteParticipantOptions(CommunicationIdentifier targetParticipant) Constructor -
Method Summary
Modifier and TypeMethodDescriptionGet the operationContext.Get the participant.setOperationContext(String operationContext) Set the operationContext.
-
Constructor Details
-
MuteParticipantOptions
Constructor- Parameters:
targetParticipant- The targetParticipant to mute.
-
-
Method Details
-
getTargetParticipant
Get the participant.- Returns:
- the participant to mute.
-
getOperationContext
Get the operationContext.- Returns:
- the operationContext
-
setOperationContext
Set the operationContext.- Parameters:
operationContext- the operationContext to set- Returns:
- the MuteParticipantOptions object itself.
-