Windows Meeting SDK v5.7.6.1078 (hotfix)
1634602785186
Developers! We are happy to announce that our Windows Meeting SDK has been updated to v5.7.6.1078 and is available in the Zoom App Marketplace. This version includes the changes below.
Changed & Fixed
Fixed an issue in the
sdk_demo_v2
sample app where part of the virtual background settings is obscured by the video preview.Fixed an issue where the sharing toolbar is not shown.
Fixed an issue where the virtual background is not being applied in Custom UI.
Fixed an issue where the screen share selection dialog shows up even when the direct share is properly configured.
Fixed an issue where the Zoom logo in the pop-up windows cannot be customized.
To customize the title bar icon of the dialog in a meeting, set
uiWindowIconSmallID
anduiWindowIconBigID
ofInitParam
.To customize the zoom logo of the dialog in meeting, call
ICustomizedResourceHelper::AddCustomizedPictureResource
before callingInitSDK
and set thekey_
parameter tozoomAppIcon.png
.To customize the zoom logo of the recording convert dialog, call
ICustomizedResourceHelper::AddCustomizedPictureResource
before callingInitSDK
and set thekey_
parameter toG_LOGO_ZOOM.SVG
.
Note: For 2 and 3, you can use PNG or SVG files as replacements. However, SVG images with the style
format are not currently supported.
Did you like this update?