Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Releases: voxeet/comms-sdk-cpp

2.3.0-alpha.5

09 Jan 10:29
b372dbe

Choose a tag to compare

2.3.0-alpha.5 Pre-release
Pre-release

Changes

Modified the SDK to allow joining shared scene demo conferences.

2.3.0-alpha.4

05 Jan 11:44
5248b38

Choose a tag to compare

2.3.0-alpha.4 Pre-release
Pre-release

Changes

Modified the SDK to not enable the local participant's camera when the participant joins a demo conference.

2.2.6

02 Jan 12:39
a54dc10

Choose a tag to compare

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

23 Dec 11:27
97441c3

Choose a tag to compare

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

21 Dec 11:34
c95048a

Choose a tag to compare

2.3.0-alpha.3 Pre-release
Pre-release

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

20 Dec 12:26
220b259

Choose a tag to compare

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

19 Dec 07:40
e6dc7d9

Choose a tag to compare

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

16 Dec 17:16
43c5d03

Choose a tag to compare

2.3.0-alpha.2 Pre-release
Pre-release

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

07 Dec 10:29

Choose a tag to compare

2.3.0-alpha.1 Pre-release
Pre-release

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

05 Dec 18:10

Choose a tag to compare

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.