Uses of Class
com.azure.communication.callautomation.models.MuteParticipantResult
Packages that use MuteParticipantResult
Package
Description
Package containing the classes for AzureCommunicationCallingServer.
-
Uses of MuteParticipantResult in com.azure.communication.callautomation
Methods in com.azure.communication.callautomation that return MuteParticipantResultModifier and TypeMethodDescriptionCallConnection.muteParticipant(CommunicationIdentifier targetParticipant) Mutes a participant in the call.Methods in com.azure.communication.callautomation that return types with arguments of type MuteParticipantResultModifier and TypeMethodDescriptionCallConnectionAsync.muteParticipant(CommunicationIdentifier targetParticipant) Mutes a participant in the call.com.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.