Uses of Class
com.azure.communication.callautomation.models.StartRecordingOptions
Packages that use StartRecordingOptions
Package
Description
Package containing the classes for AzureCommunicationCallingServer.
Package containing the data models for AzureCommunicationCallAutomationService.
-
Uses of StartRecordingOptions in com.azure.communication.callautomation
Methods in com.azure.communication.callautomation with parameters of type StartRecordingOptionsModifier and TypeMethodDescriptionCallRecording.start(StartRecordingOptions options) Start recording of the call.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. -
Uses of StartRecordingOptions in com.azure.communication.callautomation.models
Methods in com.azure.communication.callautomation.models that return StartRecordingOptionsModifier and TypeMethodDescriptionStartRecordingOptions.setAudioChannelParticipantOrdering(List<CommunicationIdentifier> audioChannelParticipantOrdering) Set the audioChannelParticipantOrdering property: The sequential order in which audio channels are assigned to participants in the unmixed recording.StartRecordingOptions.setChannelAffinity(List<ChannelAffinity> channelAffinity) Set the channelAffinity property: The channel affinity of call recording When 'recordingChannelType' is set to 'unmixed', if channelAffinity is not specified, 'channel' will be automatically assigned.StartRecordingOptions.setPauseOnStart(Boolean pauseOnStart) Set the pause on start property.StartRecordingOptions.setRecordingChannel(RecordingChannel recordingChannel) Set the channel property.StartRecordingOptions.setRecordingContent(RecordingContent recordingContent) Set the content property.StartRecordingOptions.setRecordingFormat(RecordingFormat recordingFormat) Set the recording format property.StartRecordingOptions.setRecordingStateCallbackUrl(String recordingStateCallbackUrl) Set the recordingStateCallbackUrlStartRecordingOptions.setRecordingStorage(RecordingStorage recordingStorage) Set the externalStorage property: Used to specify external storage for call recording