PlayAction
Returned from call.play(). Tracks
an active audio playback operation. Terminal states: finished, error.
Inherits all properties and methods from the
base Action interface (control_id,
is_done, completed, result, wait()).
Properties
No additional properties beyond the base Action interface.
Methods
stop
Stop audio playback immediately.
pause
Pause audio playback.
resume
Resume paused audio playback.
volume
Adjust audio playback volume.