Class RecordingStateChanged
java.lang.Object
com.azure.communication.callautomation.models.events.CallAutomationEventBase
com.azure.communication.callautomation.models.events.RecordingStateChanged
The RecordingStateChanged model.
-
Method Summary
Modifier and TypeMethodDescriptionGet the recordingId property: Recording Id.Get the recordingState property: Recording State.Get the startDateTime property: Start Date time.Methods inherited from class com.azure.communication.callautomation.models.events.CallAutomationEventBase
getCallConnectionId, getCorrelationId, getOperationContext, getServerCallId
-
Method Details
-
getRecordingId
Get the recordingId property: Recording Id.- Returns:
- the recordingId value.
-
getRecordingState
Get the recordingState property: Recording State.- Returns:
- the recordingState value.
-
getStartDateTime
Get the startDateTime property: Start Date time.- Returns:
- the startDateTime value.
-