Download recording media
POST/client/recording.playBackByThirdPartyId
Stream or download the audio (or video) for a recording, identified by the
thirdPartyId from a recording.search result. The response is a binary
stream — pipe it to a file. Content-Type follows the requested format:
audio/mpeg for mp3/mp3-mono, audio/wav for wav/wav-mono,
video/mp4 for mp4, application/octet-stream for raw. When the
account has forced comments enabled, comment is required unless the
caller has commented on the recording in the last 15 minutes.
Required right: Recording.Play
Request
Responses
- 200
- 400
- 401
- 403
- 404
The recording media stream.
Bad Request
Unauthorized
Forbidden
Unknown thirdPartyId, or the recording is not visible to the calling user.