*** id: 77d8118a-60e5-446a-aaa9-cf57e6a49b62 title: CallRecordState slug: /dotnet/reference/calling/call-record-state max-toc-depth: 3 ---------------- # SignalWire.Relay.Calling.CallRecordState This is an enumeration that represents the different possible states a record operation may have. ### Values | Value | Description | | ----------- | ---------------------------------------------- | | `recording` | The call is being recorded. | | `finished` | The recording has finished. | | `no_input` | The recording failed due to no input detected. |