Releases: voxeet/comms-sdk-cpp
1.1.0-beta.1
Features
-
Introduced the join method that allows joining a conference as a user who can send and receive media. Additionally, this version of the SDK introduces the following methods that allow the local participant to send media to the conference:
- start_audio: Starts audio transmission between the local client and a conference
- stop_audio: Stops audio transmission between the local client and a conference
- start_video: Starts video transmission between the local client and a conference
- stop_video: Stops video transmission between the local client and a conference
- set_media_source: Sets the Media Source instance as the Media Source for the SDK
- set_audio_processing: Enables and disables audio processing of the local audio stream that is sent to the conference
-
The SDK now supports the ability to inject Audio and Video streams into the conference using the Media Injector API and the Default Media Injector Plugin.
-
The SDK now supports the ability to capture and store remote audio and video data using the Media Recorder API and the Default Media Recorder Plugin.
Changes
-
Modified the implementation of asynchronous operations. We introduced the following classes:
- detail::async_result_with_solver
- detail::low_level_solver
- detail::low_level_solver< void, traits >
- detail::async_result::set_local_error_callback_and_chain_result
- detail::async_result::set_local_error_callback_and_reset_result
For more information, see the latest reference documentation.
1.0.3
Bug Fixes
Fixed the Websocket URL to prevent the Websocket handshake from failing after a backend update.
1.0.2
Changes
Updated the root CA certificate used by the SDK to validate HTTP requests. Users who prefer to stay on SDK 1.0.1 need to update the certificate file with the new content, as described in this documentation.
1.0.1
1.0.0
Features
Introduced a new Server C++ SDK platform that provides the ability to record and store high-quality voice and video calls on your server. With the SDK, you can create an application that enters Dolby.io conferences and records the incoming audio and video streams for desired conference participants. The SDK additionally allows listeners to send and receive messages during conferences.
For more information, see the Server C++ SDK Overview and Getting Started.
1.0.0-beta.1
Features
Introduced a new Server C++ SDK platform that provides the ability to record and store high-quality voice and video calls on your server. With the SDK, you can create an application that enters Dolby.io conferences and records the incoming audio and video streams for desired conference participants. For more information, see the Server C++ SDK Overview and Getting Started.