Skip to content

Releases: zoom/appssdk

v0.16.38

18 Apr 00:35

Choose a tag to compare

Bump version to 0.16.38

Summary:

  • Updates the Zoom Apps SDK from v0.16.37 to v0.16.38.

Changes:

  • Added ResolutionMode type ('720p' | '1080p') for rendering contexts.
  • Added resolutionMode?: ResolutionMode option to RunRenderingContextOptions to configure resolution for the rendering context.
  • Added frameRate?: number option to RunRenderingContextOptions to control the CEF off-screen rendering frame rate.
  • ResolutionMode is now exported from the SDK.
  • Version bumped to 0.16.38 in package.json, sdk.es.js, and sdk.module.js.

v0.16.37

28 Feb 01:50

Choose a tag to compare

  • Updated LICENSE.md copyright year to 2026
  • Updated hosting image to patch security vulnerabilities

v0.16.36

21 Nov 22:21

Choose a tag to compare

Updated:

  • Reordered the browser detection logic to check for iframe context first

v0.16.35

27 Sep 00:29

Choose a tag to compare

Update makePhoneCall API description:

  • IOS Client Version (Applicable only to inMeeting context)
  • Android Client Version(Applicable only to inMeeting context)
  • Product: desktop, mobile

Update onAppVisiibilityChange Event description:

  • Running context: inMail, inMeeting, inMainClient, inWebinar, and inPhone

v0.16.34

23 Aug 00:18

Choose a tag to compare

Adds the onRTMSStatusChange event:

  • This event is triggered when the in-meeting session status of the RTMS changes, as displayed to the participant.

v0.16.33

09 Aug 00:11
4ac5cba

Choose a tag to compare

Added two new fields to GetPhoneContextResponse object:

  • direction? : string
  • callObject?: CallObject

v0.16.32

20 Jul 02:25

Choose a tag to compare

Added

  • New method zoomSdk.pauseRTMS to pause the active RTMS stream for the invoking app, for the current session.
    
  • New method zoomSdk.resumeRTMS to resume a previously paused RTMS stream for the invoking app, for the current session.
    
  • New method zoomSdk.getRTMSStatus to get the current status of the RTMS session(s) in-meeting.
    

v0.16.31

28 Jun 02:14
323c700

Choose a tag to compare

  • Implemented checks for null and undefined on the this._clientVersion variable before calling isVersionCompatible() to avoid runtime errors when the value isn't initialized, especially during Dynamic Indicator API usage.
  • Extended PhoneEvent to include an additional "phoneNumber" field.
  • Enhanced the makePhoneCall API by adding a new "phoneUserName" parameter.
  • Added documentation for how to use the DynamicIndicator feature.

v0.16.30

07 Jun 02:33

Choose a tag to compare

New methods and events

  • RTMS
    • zoomSdk.startRTMS
    • zoomSdk.stopRTMS

v0.16.29

12 May 14:42

Choose a tag to compare

New methods and events

  • Zoom Phone

    • zoomSdk.sendKeypadControls
    • zoomSdk.removeParticipant
  • Zoom Rooms

    • zoomSdk.getZoomRoomDeviceDetails
    • zoomSdk.onZoomRoomEvent

Updated

  • Enabled zoomSdk.makePhoneCall to be used within the meetings context

Fixed

  • Resolved an issue related to the crypto module