*** id: 506d5e04-1834-4b3b-9161-70836cfb9852 title: Relay.Calling.PlayResult slug: /node/reference/calling/results/play description: The result object that is returned when playing a call. max-toc-depth: 3 ---------------- [relay-event]: /docs/server-sdk/v2/node/reference/event This object returned from one of the *synchronous* play methods that represents the final result of a playing. ## Properties | Property | Type | Description | | ------------ | ---------------------------- | ---------------------------------------------- | | `successful` | `boolean` | Whether the playing has completed successfully | | `event` | [`Relay.Event`][relay-event] | Last event that completed the operation |