Meeting SDK Web 2.7.0 release

Hello Zoom Developers, here are the updates for the Meeting SDK Web 2.7.0 release :slight_smile:

Client View

Removed

  1. API Key property.In the Meeting SDK for Web version 2.7.0 releasing at the end of August 2022, the apiKey property will be removed from the join() function, therefore you will not be able to join a meeting. Please see our guide to- Migrate to SDK Key for versions 2.7.0 and above to learn how to use the SDK Key to join a meeting.

Added

  1. Live stream support.
  2. Live transcription event callbacks.
  3. Small iframe support for audio/video preview page.

Enhanced

  1. Participant list scroll performance (virtualization).
  2. Participant in-meeting ID to be consistent and persistent across the main session and breakout rooms.
  3. In-session resource support for events.
  4. Footer look-and-feel and code structure.

Fixed

  1. Captions not showing properly in v2.6.0.
  2. Issues showing participants’ name tags when using no-branding wallpapers.
  3. Panelists not being able to chat when chat is disabled for attendees.
  4. “Settings” panel not closing after leaving a meeting.
  5. Issues changing to the “Resource” tab from the “Chat” tab when clicked on by panelists and attendees in webinars.
  6. “Claim Host” and “Cancel” buttons were missing from the “Claim Host” dialog.
  7. Inability to click “Join” button when showing the audio or video preview page in a small iframe window could not click the “Join” button.

Component View

Removed

  1. API Key property.In the Meeting SDK for Web version 2.7.0 releasing at the end of August 2022, the apiKey property will be removed from the join() function, therefore you will not be able to join a meeting. Please see our guide to- Migrate to SDK Key for versions 2.7.0 and above to learn how to use the SDK Key to join a meeting.

Added

  1. 5x5 gallery view support.
  2. Support for customized waiting rooms.
  3. Option in “Settings” panel to toggle sending video in 720p given no hardware/account limitations.
  4. Quality of service (audio/video statistics data) event listeners.
  5. Support for panelists to delete or dismiss Q&A questions in webinars.

Enhanced

  1. Component View demo to use SDK Key + Secret instead of API Key + Secret.

Fixed

  1. Self-view resizing issues in Firefox, Safari, and Chrome without SharedArrayBuffer access.
  2. Virtual background image files not loading properly when the waiting room is enabled.
  3. Placeholder tips not showing in Q&A panel.
  4. Attendee’s question being removed in “My Questions” tab when dismissed by the host.
  5. Host being able to chat when chat is disabled.

You can also see the update listed on our Changelog: Changelog

Thanks,
Tommy

Trying to upgrade to this new release I found an error. Error code 3 when trying to access to the session, not ocurring in v2.6.0.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

Hey @almenbert ,

Error code 3 means you are still using the JWT App type API Key. You must migrate to use the SDK App type SDK Key if you want to use 2.7.0+

Thanks,
Tommy