CallRecordingProperties Class

  • java.lang.Object
    • com.azure.communication.callingserver.models.CallRecordingProperties

public final class CallRecordingProperties

The result payload of get call recording state operation.

Constructor Summary

Constructor Description
CallRecordingProperties(CallRecordingState recordingState)

Initializes a new instance of CallRecordingStateResult.

Method Summary

Modifier and Type Method and Description
CallRecordingState getRecordingState()

Get the recordingState property: The state of the recording.

Methods inherited from java.lang.Object

Constructor Details

CallRecordingProperties

public CallRecordingProperties(CallRecordingState recordingState)

Initializes a new instance of CallRecordingStateResult.

Parameters:

recordingState - the recordingState value.

Method Details

getRecordingState

public CallRecordingState getRecordingState()

Get the recordingState property: The state of the recording.

Returns:

the recordingState value.

Applies to