Uses of Class
com.azure.communication.callautomation.models.RecordingStateResult
Packages that use RecordingStateResult
Package
Description
Package containing the classes for AzureCommunicationCallingServer.
-
Uses of RecordingStateResult in com.azure.communication.callautomation
Methods in com.azure.communication.callautomation that return RecordingStateResultModifier and TypeMethodDescriptionGet the current recording state by recording id.CallRecording.start(StartRecordingOptions options) Start recording of the call.Methods in com.azure.communication.callautomation that return types with arguments of type RecordingStateResultModifier and TypeMethodDescriptionGet current recording state by recording id.com.azure.core.http.rest.Response<RecordingStateResult> CallRecording.getStateWithResponse(String recordingId, com.azure.core.util.Context context) Get the current recording state by recording id.Mono<com.azure.core.http.rest.Response<RecordingStateResult>> CallRecordingAsync.getStateWithResponse(String recordingId) Get current recording state by recording id.CallRecordingAsync.start(StartRecordingOptions options) Start recording of the call.com.azure.core.http.rest.Response<RecordingStateResult> CallRecording.startWithResponse(StartRecordingOptions options, com.azure.core.util.Context context) Start recording of the call.Mono<com.azure.core.http.rest.Response<RecordingStateResult>> CallRecordingAsync.startWithResponse(StartRecordingOptions options) Start recording of the call.