Uses of Class
com.azure.communication.callautomation.models.RecordingKind
Packages that use RecordingKind
Package
Description
Package containing the data models for AzureCommunicationCallAutomationService.
Package containing events for AzureCommunicationCallingServerService. null.
-
Uses of RecordingKind in com.azure.communication.callautomation.models
Fields in com.azure.communication.callautomation.models declared as RecordingKindModifier and TypeFieldDescriptionstatic final RecordingKindRecordingKind.AZURE_COMMUNICATION_SERVICESStatic value AzureCommunicationServices for RecordingKind.static final RecordingKindRecordingKind.TEAMSStatic value Teams for RecordingKind.static final RecordingKindRecordingKind.TEAMS_COMPLIANCEStatic value TeamsCompliance for RecordingKind.Methods in com.azure.communication.callautomation.models that return RecordingKindModifier and TypeMethodDescriptionstatic RecordingKindRecordingKind.fromString(String name) Creates or finds a RecordingKind from its string representation.RecordingStateResult.getRecordingKind()Get the RecordingKind property: The recording kind status of the recording.Methods in com.azure.communication.callautomation.models that return types with arguments of type RecordingKindModifier and TypeMethodDescriptionstatic Collection<RecordingKind> RecordingKind.values()Gets known RecordingKind values. -
Uses of RecordingKind in com.azure.communication.callautomation.models.events
Methods in com.azure.communication.callautomation.models.events that return RecordingKindModifier and TypeMethodDescriptionRecordingStateChanged.getRecordingKind()Get the recordingKind property: Recording Kind.