Windows SDK Updates - 04/27/21
1619555304589
Developers!
We are happy to announce that our Windows SDK has been updated to v5.5.12511.0422, and it is available in Zoom App Marketplace.
In this version, we included the following changes:
Added
New callbacks for when the breakout room is created and when it is started.
The following callback in
IBOCreatorEvent
:virtual void onBOCreateSuccess (const wchar_t *
strBOID)=0
The following callback in
IBOAdminEvent
:virtual void OnStartBOError (BOControllerError errCode)=0
Changed & Fixed
Upgraded OpenSSL to 1.1.1k.
Renamed the interface
GetVersion
toGetSDKVersion
due to the naming conflicts with the system'sGetVersion
API.Fixed an issue where calling the interface
SpotlightVideo
repeatedly reported success despite nothing happening.Fixed an issue where users were not receiving
Video_Mute_ByHost
when the user’s video was muted by the host.
Did you like this update?