*** id: b9b50e4c-63c1-4dce-a550-3a64e581f579 title: PlayMediaAction slug: /go/reference/calling/actions/play-media description: The Play Media Action is used to play media on a call. max-toc-depth: 3 ---------------- [link]: /docs/server-sdk/v2/go/reference/calling/call ## Relay.Calling.PlayMediaAction This object represents a `media action` that is currently active on a call. ### Properties | Name | Type | Description | | ------ | ---------------------------- | -------------------------------------------- | | `call` | [`Relay.Calling.Call`][link] | This is the call the action is occurring on. | ### Methods #### stop() Stop the action immediately. **Parameters** *None* **Returns** **Examples** > Play an audio file and stop it if `Agent` is not available. ```go ```