*** id: 223654c9-0e47-4c9b-85a5-57e20b4efe52 title: CallPlayState slug: /dotnet/reference/calling/call-play-state max-toc-depth: 3 ---------------- # SignalWire.Relay.Calling.CallPlayState This is an enumeration that represents the different possible states a play operation may have. ### Values | Value | Description | | ---------- | ------------------------------ | | `playing` | The media is being played. | | `error` | An error has occurred. | | `finished` | The media is finished playing. |