Uses of Class
com.azure.communication.callautomation.models.RecordingState
Packages that use RecordingState
Package
Description
Package containing the data models for AzureCommunicationCallAutomationService.
Package containing events for AzureCommunicationCallingServerService. null.
-
Uses of RecordingState in com.azure.communication.callautomation.models
Fields in com.azure.communication.callautomation.models declared as RecordingStateModifier and TypeFieldDescriptionstatic final RecordingStateRecordingState.ACTIVEStatic value active for RecordingStateInternal.static final RecordingStateRecordingState.INACTIVEStatic value inactive for RecordingStateInternal.Methods in com.azure.communication.callautomation.models that return RecordingStateModifier and TypeMethodDescriptionstatic RecordingStateRecordingState.fromString(String name) Creates or finds a RecordingStateInternal from its string representation.RecordingStateResult.getRecordingState()Get the RecordingState property: The recording status of the recording.Methods in com.azure.communication.callautomation.models that return types with arguments of type RecordingState -
Uses of RecordingState in com.azure.communication.callautomation.models.events
Methods in com.azure.communication.callautomation.models.events that return RecordingStateModifier and TypeMethodDescriptionRecordingStateChanged.getRecordingState()Get the recordingState property: Recording State.