Releases: zoom/appssdk
Releases · zoom/appssdk
v0.16.38
Bump version to 0.16.38
Summary:
- Updates the Zoom Apps SDK from v0.16.37 to v0.16.38.
Changes:
- Added
ResolutionModetype('720p' | '1080p')for rendering contexts. - Added
resolutionMode?: ResolutionModeoption toRunRenderingContextOptionsto configure resolution for the rendering context. - Added
frameRate?: numberoption toRunRenderingContextOptionsto control the CEF off-screen rendering frame rate. ResolutionModeis now exported from the SDK.- Version bumped to
0.16.38inpackage.json,sdk.es.js, andsdk.module.js.
v0.16.37
- Updated LICENSE.md copyright year to 2026
- Updated hosting image to patch security vulnerabilities
v0.16.36
v0.16.35
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
v0.16.33
v0.16.32
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
- 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
v0.16.29
New methods and events
-
Zoom Phone
zoomSdk.sendKeypadControlszoomSdk.removeParticipant
-
Zoom Rooms
zoomSdk.getZoomRoomDeviceDetailszoomSdk.onZoomRoomEvent
Updated
- Enabled
zoomSdk.makePhoneCallto be used within the meetings context
Fixed
- Resolved an issue related to the crypto module