Share via


RecordingStateResult Class

  • java.lang.Object
    • com.azure.communication.callautomation.models.RecordingStateResult

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 recordingId property: The recording id of the started recording.

RecordingKind getRecordingKind()

Get the RecordingKind property: The recording kind status of the recording.

RecordingState getRecordingState()

Get the RecordingState property: The recording status of 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:

the recordingId value.

getRecordingKind

public RecordingKind getRecordingKind()

Get the RecordingKind property: The recording kind status of the recording.

Returns:

the recordingKind value.

getRecordingState

public RecordingState getRecordingState()

Get the RecordingState property: The recording status of the recording.

Returns:

the recordingState value.

Applies to