Uses of Class
com.azure.communication.callautomation.models.HoldOptions
Packages that use HoldOptions
Package
Description
Package containing the classes for AzureCommunicationCallingServer.
Package containing the data models for AzureCommunicationCallAutomationService.
-
Uses of HoldOptions in com.azure.communication.callautomation
Methods in com.azure.communication.callautomation with parameters of type HoldOptionsModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Void> CallMedia.holdWithResponse(HoldOptions options, com.azure.core.util.Context context) Holds participant in call.CallMediaAsync.holdWithResponse(HoldOptions options) Holds participant in call. -
Uses of HoldOptions in com.azure.communication.callautomation.models
Methods in com.azure.communication.callautomation.models that return HoldOptionsModifier and TypeMethodDescriptionHoldOptions.setOperationCallbackUrl(String operationCallbackUrl) Sets the operationCallbackUrl.HoldOptions.setOperationContext(String operationContext) Sets the operation context.HoldOptions.setPlaySource(PlaySource playSource) Sets the playSource.