Uses of Class
com.azure.communication.callautomation.models.PlayOptions
Packages that use PlayOptions
Package
Description
Package containing the classes for AzureCommunicationCallingServer.
Package containing the data models for AzureCommunicationCallAutomationService.
-
Uses of PlayOptions in com.azure.communication.callautomation
Methods in com.azure.communication.callautomation with parameters of type PlayOptionsModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Void> CallMedia.playWithResponse(PlayOptions options, com.azure.core.util.Context context) PlayWithResponseCallMediaAsync.playWithResponse(PlayOptions options) Play -
Uses of PlayOptions in com.azure.communication.callautomation.models
Methods in com.azure.communication.callautomation.models that return PlayOptionsModifier and TypeMethodDescriptionPlayOptions.setLoop(boolean loop) Set the loop property: The option to play the provided audio source in loop when set to true.PlayOptions.setOperationCallbackUrl(String operationCallbackUrl) Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation.PlayOptions.setOperationContext(String operationContext) Set the operationContext property.