2023-05-30

Updates to Web Client SDK (v3.10.0) - The SDK now supports music mode and the standard mode with low noise reduction in non-Dolby conferences when using the Opus codec. Additionally, this release allows two participants to share their screens in one conference at the same time and introduces the ability to change participants' names and avatars during a conference and mute all remote participants in a conference.

Web Client SDK

3.10.0

Features

  • The SDK now supports music mode and the standard mode with low noise reduction in non-Dolby conferences when using the Opus codec.

  • The SDK now allows sharing two screens in one conference, so two participants can share their screens at the same time.

  • Introduced a new muteOutput method, which lets the local participant mute all remote participants in a conference.

  • Introduced a new updateParticipantInfo method that lets participants modify their names and avatars while they are in a conference.

  • Listeners who join a conference using the mixed listen type can now use the simulcast method to select the preferred quality of the received streams.

  • The audioLevel is now reported even when the local participant is on mute. This lets you add a warning message to notify the local participant that their audio is not sent to a conference when speaking.

  • Introduced improvements to exception handling for server-side rendering web frameworks.

Bug Fixes

  • Fixed an issue where changing a video input device triggered emitting multiple streamUpdated events.

  • Fixed an issue where the SDK emitted empty streamAdded events when remote participants joined a conference with audio disabled and video enabled or with audio and video disabled and then enabled their video.

  • Fixed an issue where revoking a participant's permission to send audio did not result in updating the audioTransmitting property.

To install the Web Client SDK 3.10.0 in your project, use the following command:

npm i @voxeet/[email protected]
yarn add @voxeet/[email protected]