*** id: 8dfa35eb-7f15-4626-90f8-2173fb6fb0f9 title: CallTap.AudioParams.AudioDirection slug: /dotnet/reference/calling/call-tap-audio-direction max-toc-depth: 3 ---------------- # SignalWire.Relay.Calling.CallTap.AudioParams.AudioDirection This is an enumeration that represents the possible directions for audio tapping. ### Values | Property | Description | | :------- | :---------------------------------------------------- | | `listen` | The tap includes what is heard by the owner. | | `speak` | The tap includes what is said by the owner. | | `both` | The tap includes what is heard and said by the owner. |