MuteParticipantOptions Class
- java.
lang. Object - com.
azure. communication. callautomation. models. MuteParticipantOptions
- com.
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 operation |
|
Communication |
getTargetParticipant()
Get the participant. |
|
Mute |
setOperationContext(String operationContext)
Set the operation |
Methods inherited from java.lang.Object
Constructor Details
MuteParticipantOptions
public MuteParticipantOptions(CommunicationIdentifier targetParticipant)
Constructor
Parameters:
Method Details
getOperationContext
public String getOperationContext()
Get the operationContext.
Returns:
getTargetParticipant
public CommunicationIdentifier getTargetParticipant()
Get the participant.
Returns:
setOperationContext
public MuteParticipantOptions setOperationContext(String operationContext)
Set the operationContext.
Parameters:
Returns: