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` by `get_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 the `layout_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 the `layout_name`.
* Update the `start_rts` with new API parameters and remove the `layout_name`.
In `dolbyio_rest_apis.communications.authentication`:
* Remove deprecated `get_client_access_token`