Skip to content

Releases: zoom/meetingsdk-web-sample

v1.9.6

08 Jun 18:21
Compare
Choose a tag to compare

Added

  1. Active Apps Notifier.

When someone in a meeting or webinar is utilizing any app that has access to real-time content or personal information during a meeting, participants are given real-time notice of usage. Details of which apps have access and which participant is using the app are displayed. Clicking the app opens the Marketplace page to provide more information.

Note: This feature is dependent on a web release scheduled for June 14, 2021, and will not visible until then.

Enhanced

  1. Panelists can join webinars by entering the tk token value in a dialog box

Fixed

  1. Removed the assistant Breakout Room button
  2. Support for attendees joining via new registration flow, where attendees are required to verify their email via correct tk

v1.9.5

18 May 03:37
20723e4
Compare
Choose a tag to compare

Added

  1. Support language interpretation for participants.
  2. Support for audio and video preview before joining a meeting or webinar.
  3. Support for auto and manually approved registered Meetings.
  4. Support meeting and webinar registrations using the “tk” parameter.
  5. Support for panelists to join registration webinars in Practice mode using the "tk" parameter.
  6. Support for automatically joining a webinar as a panelist.
  7. Support for joining manually-approved webinars.
  8. Support for reordering gallery and speaker view within webinars.
  9. Add helper.html to support Web SDK isolation for changes related to Chrome 92. See [announcement] for details.
  10. Support Audio quality of service (QOS).
  11. setLogLevel API to print logs. To use this API, set debug to true and use setLogLevel('info').
  12. Support for pre-assigned breakout rooms.
  13. Ability to disable audio and video preview within the initialize function.

Enhanced

  1. UI improvements for styles, such as meeting info icons, updated label for the stop recording dialog, updated raise hand icon position for active speaker mode.
  2. Participants can choose the breakout room that they want to join.
  3. When entering or leaving a breakout room, the SDK auto enables audio and video.

Fixed

  1. Chrome 90 issue where video freezes when WebCodecs is turned on.

v1.9.1

09 Mar 06:51
d4b4e9d
Compare
Choose a tag to compare

Please see the CHANGELOG regarding updates within this release.

v1.9.0

01 Feb 15:29
Compare
Choose a tag to compare

Please see the CHANGELOG regarding updates within this release.

v.1.8.3

18 Nov 15:34
Compare
Choose a tag to compare

Please see the CHANGELOG regarding updates within this release.

v1.8.1

16 Nov 02:17
6b05bae
Compare
Choose a tag to compare

New Additions

  1. Added new API getCurrentMeetingInfo to return meeting information.
  2. Show dialog to use E2E meetings for either Desktop or Mobile clients.

Bug Fixes

  1. Fixed bug that prevents attendees from Disable or Enable video receiving.
  2. Fixed sharing content resolution compression.
  3. Fixed CSS issue where Zooms scrollbar css styles are overwritten by browser global styles.
  4. Fixed bug where the onMeetingStatus api does not throw connected and disconnected callback events.
    5.Fixed bug where audio does not work after successfully reconnecting and rejoining the meeting.
    6.Fixed video resolution bug where the default video resolution should be 360p instead of 180p.

1.8.0

26 Aug 05:33
Compare
Choose a tag to compare

New Additions

  1. Added support for starting a webinar as host.
  2. Added support for panelists and hosts to join webinars.
  3. Added support for promoting attendee to panelist and de-promote panelist to attendee.
  4. Added support for multiple screen sharing.
  5. Enabled search functionality for attendees list.
  6. Added support enabling Meeting Co-host.
  7. Added support for joining a registered webinar.
  8. Added support for webinar allow to talk feature.
  9. Added support for merging attendee phone call with Video within a meeting.
  10. Added support to play sound for when a user enters or leaves a meeting, chat messages and raise hand.

Enhancements

  1. Enhanced reCaptcha functionality to only show display after attendee enters in the meeting number or password incorrectly after a number of attempts.
  2. Enhanced audio to reduce white noise.
  3. Enhanced SIMD support to improve CPU performance.
  4. Waiting Room sound notifications for when attendees join or leave the waiting room.

Bug Fixes

  1. Fixed issues for reconnecting to a meeting uses a different participant id.
  2. Fixed issue where black screen is displayed when user used spotlighted feature.
  3. Fixed issue where audio was not working for latest participants.
  4. Fixed issue where guest could not see chats messages until host responds.
  5. Fixed issue where attendee could not receive chat messages from webinar host.
  6. Fix Italian (it-IT) localization issue.
  7. Fixed issue where Call Me button is disabled.