Release Notes
2020-11-18
Modified REST APIs
- Added the
duration
,size
, andfilename
properties to the Get the recording of a specific conference Monitor API response.
2020-10-30
New REST APIs
- Introduced the Get Dolby Voice audio recordings of a conference Monitor API, which provides recording details of Dolby Voice conferences and allows downloading MP3 audio recordings of these conferences.
Modified REST APIs
- Added the
dolbyVoice
andlive
properties to the Get a summary of a conference Monitor API. - Added the
recordings
,first
, andnext
properties to the Get recording details and Get the recording of a specific conference Monitor APIs. -
Added the following responses to the Get the recording of a specific conference Monitor API:
- 400: Conference cid is invalid
- 401: Unauthorized
-
Modified the content type of the following APIs:
- Download the conference recording in MP3 format Monitor API: The
audio/mpeg
value replaces the previousapplication/mp3
content-type. - Download the conference recording in MP3 format Monitor API: The
video/mp4
value replaces the previousapplication/mp3
content-type. - Retrieve an access token for a client Authentication API: The
application/x-www-form-urlencoded
value replaces the previousapplication/json
content-type.
- Download the conference recording in MP3 format Monitor API: The
Deprecated REST APIs
- Deprecated the Revoke a token Authentication API, which is no longer available for applications on the new Dolby Interactivity API platform.
- Deprecated the GET method of the Acquire a JWT authentication token Authentication API.