Releases: voxeet/comms-sdk-cpp
2.3.0-alpha.5
Changes
Modified the SDK to allow joining shared scene demo conferences.
2.3.0-alpha.4
Changes
Modified the SDK to not enable the local participant's camera when the participant joins a demo conference.
2.2.6
Bug Fixes
Fixed a crash that occurred after destroying the SDK when the process of creating a conference using an alias or creating a demo conference was not finished.
2.2.5
Bug Fixes
Fixed an issue in the Paced Injector plugin where the video frame interval for injection was not precise enough leading to audio-video desynchronization. The issue was fixed by introducing the set_video_frame_rate API from which the frame interval is calculated.
Deprecated APIs
The set_video_frame_interval method is replaced by set_video_frame_rate.
2.3.0-alpha.3
Bug Fixes
Fixed an issue in the video decoder where the decoder randomly decoded only the first frame of a remote video stream.
2.2.4
Bug Fixes
- Fixed an issue where a camera stream produced by an application-provided video frame handler inserted unprocessed camera frames into a conference when disabling video.
- Fixed an issue in the video decoder where remote video streams randomly decoded only the first frame.
2.2.3
Bug Fixes
- Fixed a crash that occurred when a participant tried to join a conference after the participant's previous attempt to join had failed.
- Fixed an issue in the async_result class that would allow for unintentionally moving lvalue references into async_result constructors instead of copying them. This fix resolved an issue where camera and audio devices could only be retrieved once.
2.3.0-alpha.2
Feature
Relaxed check for main loop running on macOS to exclude non-camera capturing use cases.
Bug Fixes
- Fixed a crash that occurred when a participant tried to join a conference after the participant's previous attempt to join had failed.
- Fixed an issue in the async_result class that would allow for unintentionally moving lvalue references into async_result constructors instead of copying them. This fix resolved an issue where camera and audio devices could only be retrieved once.
2.3.0-alpha.1
Features
- Implemented local rotations in the shared scene spatial audio conferences. The local participant's spatial direction can now be updated more frequently than every 300ms.
- The SDK now allows sending messages to selected participants.
Changes
Deprecated the dolbyio::comms::wait() function.
2.2.2
Bug Fixes
- Fixed an issue where the video/audio sections were incorrectly reported as active in the SDP, even if they were inactive. The issue occurred while using the SDK with the send-only option.
- Fixed an issue in the media-io sample code that was incorrectly starting video, even if the sample application was only set to inject audio and vice-versa.