Uses of Class
com.azure.communication.callautomation.models.MuteParticipantOptions
Packages that use MuteParticipantOptions
Package
Description
Package containing the classes for AzureCommunicationCallingServer.
Package containing the data models for AzureCommunicationCallAutomationService.
-
Uses of MuteParticipantOptions in com.azure.communication.callautomation
Methods in com.azure.communication.callautomation with parameters of type MuteParticipantOptionsModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<MuteParticipantResult> CallConnection.muteParticipantWithResponse(MuteParticipantOptions options, com.azure.core.util.Context context) Mutes a participant in the call.Mono<com.azure.core.http.rest.Response<MuteParticipantResult>> CallConnectionAsync.muteParticipantWithResponse(MuteParticipantOptions options) Mutes a participant in the call. -
Uses of MuteParticipantOptions in com.azure.communication.callautomation.models
Methods in com.azure.communication.callautomation.models that return MuteParticipantOptionsModifier and TypeMethodDescriptionMuteParticipantOptions.setOperationContext(String operationContext) Set the operationContext.