This repository was archived by the owner on Feb 18, 2026. It is now read-only.
Releases: DolbyIO/dolbyio-rest-apis-client-python
Releases · DolbyIO/dolbyio-rest-apis-client-python
5.0.0
4.0.1
What's Changed
- Start RTS endpoint - https://docs.dolby.io/communications-apis/reference/start-rts - is using
/v3/endpoint.
Full Changelog: 4.0.0...4.0.1
4.0.0
In dolbyio_rest_apis.communications.monitor.recordings:
- https://docs.dolby.io/communications-apis/reference/get-recordings
- Update
get_recordingsto new API endpoint - Update
get_all_recordingsto new API endpoint - Replace
get_recordingbyget_conference_recordings - Add
get_all_conference_recordings - Remove
get_dolby_voice_recordings,download_mp4_recording,download_mp3_recording
In dolbyio_rest_apis.communications.recording:
- https://docs.dolby.io/communications-apis/reference/api-recording-start
- Update the
startwith new API parameters
In dolbyio_rest_apis.communications.remix:
- https://docs.dolby.io/communications-apis/reference/start-conference-remix
- Update the
startwith new API parameters and remove thelayout_name.
In dolbyio_rest_apis.communications.streaming:
- https://docs.dolby.io/communications-apis/reference/start-rtmp
- Update the
start_rtmpwith new API parameters and remove thelayout_name. - Update the
start_rtswith new API parameters and remove thelayout_name.
In dolbyio_rest_apis.communications.authentication:
- Remove deprecated
get_client_access_token
3.7.1
What's Changed
from dolbyio_rest_apis.communications import conference
result = await conference.list_participants(access_token, conferenceId)
print(result.participants)Full Changelog: 3.7.0...3.7.1
3.7.0
What's Changed
- Authentication token max duration is 24 hours.
- Add new Common Auth v2 APIs:
get_api_tokennow accepts a list of scopes - documentationget_client_access_tokenin the namespacedolbyio_rest_apis.communications.authentication, is now deprecated and will be removed in the next release.get_client_access_token_v2was added to request a client access token - documentation
Full Changelog: 3.6.2...3.7.0
3.6.2
3.6.1
3.6.0
What's Changed
- Update the readme with better code examples
- Remove deprecated functions
download_mp4_recordinganddownload_mp3_recordingfromdolbyio_rest_apis.communications.monitor.recordings. - Remove the
dolbyio_rest_apis.media.platformmodule. - Getting an API Token for Media and Communications APIs is now done with the module
dolbyio_rest_apis.authentication
Full Changelog: 3.5.1...3.6.0
3.5.1
3.5.0
What's Changed
- Add Real-time Streaming APIs: cluster, director, publishToken, stream, subscribeToken.
Full Changelog: 3.4.4...3.5.0