*** id: 7ee183f9-b8e3-463a-a7e6-7d22b50d5b6a title: Relay.Calling.PlayVolumeResult slug: /python/reference/calling/results/play-volume description: The result object that is returned when changing the volume of a play action. max-toc-depth: 3 ---------------- [volume]: /docs/server-sdk/v2/python/reference/calling/actions/play#volume ## Relay.Calling.PlayVolumeResult This object is returned by [`volume`][volume] method and represents the final result of a volume control operation. ### Properties | Property | Type | Description | | ------------ | ------- | --------------------------------------------------------- | | `successful` | boolean | Whether the playing volume has been changed successfully. |