*** id: ec013c2b-e85a-41cc-9eab-a46770338766 title: CallRecord.AudioParams.AudioDirection slug: /dotnet/reference/calling/call-record-audio-direction max-toc-depth: 3 ---------------- # SignalWire.Relay.Calling.CallRecord.AudioParams.AudioDirection This is an enumeration that represents the possible directions for audio recordings. ### Values | Value | Description | | -------- | ----------------------------------------------------------- | | `listen` | The recording includes what is heard by the owner. | | `speak` | The recording includes what is said by the owner. | | `both` | The recording includes what is heard and said by the owner. |