Class RecordingStateResult
java.lang.Object
com.azure.communication.callautomation.models.RecordingStateResult
The response payload of start call recording operation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the recordingId property: The recording id of the started recording.Get the RecordingKind property: The recording kind status of the recording.Get the RecordingState property: The recording status of the recording.
-
Constructor Details
-
RecordingStateResult
public RecordingStateResult()Public constructor.
-
-
Method Details
-
getRecordingId
Get the recordingId property: The recording id of the started recording.- Returns:
- the recordingId value.
-
getRecordingKind
Get the RecordingKind property: The recording kind status of the recording.- Returns:
- the recordingKind value.
-
getRecordingState
Get the RecordingState property: The recording status of the recording.- Returns:
- the recordingState value.
-