Uses of Class
com.azure.communication.callautomation.models.RecordingContent
Packages that use RecordingContent
Package
Description
Package containing the data models for AzureCommunicationCallAutomationService.
-
Uses of RecordingContent in com.azure.communication.callautomation.models
Fields in com.azure.communication.callautomation.models declared as RecordingContentModifier and TypeFieldDescriptionstatic final RecordingContentRecordingContent.AUDIOStatic value audio for RecordingContent.static final RecordingContentRecordingContent.AUDIO_VIDEOStatic value audioVideo for RecordingContent.Methods in com.azure.communication.callautomation.models that return RecordingContentModifier and TypeMethodDescriptionstatic RecordingContentRecordingContent.fromString(String name) Creates or finds a RecordingContent from its string representation.StartRecordingOptions.getRecordingContent()Get the content property.Methods in com.azure.communication.callautomation.models that return types with arguments of type RecordingContentMethods in com.azure.communication.callautomation.models with parameters of type RecordingContentModifier and TypeMethodDescriptionStartRecordingOptions.setRecordingContent(RecordingContent recordingContent) Set the content property.