Class MuteParticipantOptions

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

public final class MuteParticipantOptions extends Object
The options for muting a participant.
  • Constructor Details

    • MuteParticipantOptions

      public MuteParticipantOptions(CommunicationIdentifier targetParticipant)
      Constructor
      Parameters:
      targetParticipant - The targetParticipant to mute.
  • Method Details

    • getTargetParticipant

      public CommunicationIdentifier getTargetParticipant()
      Get the participant.
      Returns:
      the participant to mute.
    • getOperationContext

      public String getOperationContext()
      Get the operationContext.
      Returns:
      the operationContext
    • setOperationContext

      public MuteParticipantOptions setOperationContext(String operationContext)
      Set the operationContext.
      Parameters:
      operationContext - the operationContext to set
      Returns:
      the MuteParticipantOptions object itself.