Skip to content

2.5.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@dolbyio-release-bot dolbyio-release-bot released this 05 Jun 09:56
· 15 commits to main since this release
8435ff4

Features

  • Added the ability to receive screen share from up to two remote participants simultaneously as well as sharing a screen while at the same time receiving another remote participant's screen share.
  • Introduced a new update participant info method that lets participants modify their names and avatars while they are in a conference.
  • On macOS, the desktop application now renders video of remote participants in VP8 conferences. Previously, the desktop application could only render video in H264 conferences.

Changes

Introduced new events and respective event handlers: remote_participant_added/handler, remote_participant_updated/handler, local_participant_updated/handler, remote_video_track_removed/handler, remote_video_track_added/handler, local_video_track_removed/handler, local_video_track_added/handler.

Breaking Changes

The register_component_version API now returns dolbyio::comms::sdk::component_data in the async_result. Previously, it returned void.