Uses of Class
com.azure.communication.callautomation.models.RemoveParticipantResult
Packages that use RemoveParticipantResult
Package
Description
Package containing the classes for AzureCommunicationCallingServer.
-
Uses of RemoveParticipantResult in com.azure.communication.callautomation
Methods in com.azure.communication.callautomation that return RemoveParticipantResultModifier and TypeMethodDescriptionCallConnection.removeParticipant(CommunicationIdentifier participantToRemove) Remove a participant from the call.Methods in com.azure.communication.callautomation that return types with arguments of type RemoveParticipantResultModifier and TypeMethodDescriptionCallConnectionAsync.removeParticipant(CommunicationIdentifier participantToRemove) Remove a participant from the call.com.azure.core.http.rest.Response<RemoveParticipantResult> CallConnection.removeParticipantWithResponse(RemoveParticipantOptions removeParticipantOptions, com.azure.core.util.Context context) Remove a participant from the call.Mono<com.azure.core.http.rest.Response<RemoveParticipantResult>> CallConnectionAsync.removeParticipantWithResponse(RemoveParticipantOptions removeParticipantOptions) Remove a participant from the call.