Uses of Class
com.azure.communication.callautomation.models.PlaySource
Packages that use PlaySource
Package
Description
Package containing the classes for AzureCommunicationCallingServer.
Package containing the data models for AzureCommunicationCallAutomationService.
-
Uses of PlaySource in com.azure.communication.callautomation
Methods in com.azure.communication.callautomation with parameters of type PlaySourceModifier and TypeMethodDescriptionvoidCallMedia.hold(CommunicationIdentifier targetParticipant, PlaySource playSource) Holds participant in call.CallMediaAsync.hold(CommunicationIdentifier targetParticipant, PlaySource playSource) Holds participant in call.voidCallMedia.play(PlaySource playSource, List<CommunicationIdentifier> playTo) PlayCallMediaAsync.play(PlaySource playSource, List<CommunicationIdentifier> playTo) PlayvoidCallMedia.playToAll(PlaySource playSource) Play to all participantsCallMediaAsync.playToAll(PlaySource playSource) Play to all participantsMethod parameters in com.azure.communication.callautomation with type arguments of type PlaySourceModifier and TypeMethodDescriptionvoidCallMedia.play(List<PlaySource> playSources, List<CommunicationIdentifier> playTo) PlayCallMediaAsync.play(List<PlaySource> playSources, List<CommunicationIdentifier> playTo) PlayvoidCallMedia.playToAll(List<PlaySource> playSources) Play to all participantsCallMediaAsync.playToAll(List<PlaySource> playSources) Play to all participants -
Uses of PlaySource in com.azure.communication.callautomation.models
Subclasses of PlaySource in com.azure.communication.callautomation.modelsModifier and TypeClassDescriptionfinal classThe FileSource model.final classThe SsmlSource model.final classThe FileSource model.Methods in com.azure.communication.callautomation.models that return PlaySourceModifier and TypeMethodDescriptionCallMediaRecognizeOptions.getPlayPrompt()Deprecated.HoldOptions.getPlaySource()Get PlaySourceInfoPlaySource.setPlaySourceCacheId(String playSourceCacheId) Set the playSourceCacheId property: Defines the identifier to be used for caching related media.Methods in com.azure.communication.callautomation.models that return types with arguments of type PlaySourceModifier and TypeMethodDescriptionCallMediaRecognizeOptions.getPlayPrompts()Get the playPrompts property: The list source of the audio to be played for recognition.PlayOptions.getPlaySources()Get the play sources.PlayToAllOptions.getPlaySources()Get the play sources.Methods in com.azure.communication.callautomation.models with parameters of type PlaySourceModifier and TypeMethodDescriptionCallMediaRecognizeChoiceOptions.setPlayPrompt(PlaySource playPrompt) Set the playPrompt property: The source of the audio to be played for recognition.CallMediaRecognizeDtmfOptions.setPlayPrompt(PlaySource playPrompt) Set the playPrompt property: The source of the audio to be played for recognition.CallMediaRecognizeOptions.setPlayPrompt(PlaySource playPrompt) Deprecated.CallMediaRecognizeSpeechOptions.setPlayPrompt(PlaySource playPrompt) Set the playPrompt property: The source of the audio to be played for recognition.CallMediaRecognizeOptions.setPlayPrompts(PlaySource... playPrompts) Set the playPrompts property: The list source of the audio to be played for recognition.HoldOptions.setPlaySource(PlaySource playSource) Sets the playSource.Method parameters in com.azure.communication.callautomation.models with type arguments of type PlaySourceModifier and TypeMethodDescriptionCallMediaRecognizeOptions.setPlayPrompts(List<PlaySource> playPrompts) Set the playPrompts property: The list source of the audio to be played for recognition.Constructors in com.azure.communication.callautomation.models with parameters of type PlaySourceModifierConstructorDescriptionPlayOptions(PlaySource playSource, List<CommunicationIdentifier> playTo) ConstructorPlayToAllOptions(PlaySource playSource) ConstructorConstructor parameters in com.azure.communication.callautomation.models with type arguments of type PlaySourceModifierConstructorDescriptionPlayOptions(List<PlaySource> playSources, List<CommunicationIdentifier> playTo) ConstructorPlayToAllOptions(List<PlaySource> playSources) Constructor
CallMediaRecognizeOptions.getPlayPrompts()method.