RecordingStateResult Class
- java.
lang. Object - com.
azure. communication. callautomation. models. RecordingStateResult
- com.
public final class RecordingStateResult
The response payload of start call recording operation.
Constructor Summary
| Constructor | Description |
|---|---|
| RecordingStateResult() |
Public constructor. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
getRecordingId()
Get the recording |
|
Recording |
getRecordingKind()
Get the Recording |
|
Recording |
getRecordingState()
Get the Recording |
Methods inherited from java.lang.Object
Constructor Details
RecordingStateResult
public RecordingStateResult()
Public constructor.
Method Details
getRecordingId
public String getRecordingId()
Get the recordingId property: The recording id of the started recording.
Returns:
getRecordingKind
public RecordingKind getRecordingKind()
Get the RecordingKind property: The recording kind status of the recording.
Returns:
getRecordingState
public RecordingState getRecordingState()
Get the RecordingState property: The recording status of the recording.
Returns: