Uses of Class
com.azure.communication.callautomation.models.RemoveParticipantOptions
Packages that use RemoveParticipantOptions
Package
Description
Package containing the classes for AzureCommunicationCallingServer.
Package containing the data models for AzureCommunicationCallAutomationService.
-
Uses of RemoveParticipantOptions in com.azure.communication.callautomation
Methods in com.azure.communication.callautomation with parameters of type RemoveParticipantOptionsModifier and TypeMethodDescriptioncom.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. -
Uses of RemoveParticipantOptions in com.azure.communication.callautomation.models
Methods in com.azure.communication.callautomation.models that return RemoveParticipantOptionsModifier and TypeMethodDescriptionRemoveParticipantOptions.setOperationCallbackUrl(String operationCallbackUrl) Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation.RemoveParticipantOptions.setOperationContext(String operationContext) Set the operationContext.