Uses of Class
com.azure.communication.callautomation.models.PlayToAllOptions
Packages that use PlayToAllOptions
Package
Description
Package containing the classes for AzureCommunicationCallingServer.
Package containing the data models for AzureCommunicationCallAutomationService.
-
Uses of PlayToAllOptions in com.azure.communication.callautomation
Methods in com.azure.communication.callautomation with parameters of type PlayToAllOptionsModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Void> CallMedia.playToAllWithResponse(PlayToAllOptions options, com.azure.core.util.Context context) PlayAllWithResponseCallMediaAsync.playToAllWithResponse(PlayToAllOptions options) Play to all participants -
Uses of PlayToAllOptions in com.azure.communication.callautomation.models
Methods in com.azure.communication.callautomation.models that return PlayToAllOptionsModifier and TypeMethodDescriptionPlayToAllOptions.setInterruptCallMediaOperation(Boolean interruptCallMediaOperation) Set the interruptCallMediaOperation property: If set play can barge into other existing queued-up/currently-processing requests.PlayToAllOptions.setLoop(boolean loop) Set the loop property: The option to play the provided audio source in loop when set to true.PlayToAllOptions.setOperationCallbackUrl(String operationCallbackUrl) Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation.PlayToAllOptions.setOperationContext(String operationContext) Set the operationContext property.