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_recordings
to new API endpoint - Update
get_all_recordings
to new API endpoint - Replace
get_recording
byget_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
start
with new API parameters
In dolbyio_rest_apis.communications.remix
:
- https://docs.dolby.io/communications-apis/reference/start-conference-remix
- Update the
start
with 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_rtmp
with new API parameters and remove thelayout_name
. - Update the
start_rts
with 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_token
now accepts a list of scopes - documentationget_client_access_token
in the namespacedolbyio_rest_apis.communications.authentication
, is now deprecated and will be removed in the next release.get_client_access_token_v2
was 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_recording
anddownload_mp3_recording
fromdolbyio_rest_apis.communications.monitor.recordings
. - Remove the
dolbyio_rest_apis.media.platform
module. - 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