1656444315898
App approval notification setting
by Ji Won Lee
Marketplace team released a new capability to notify end users directly when an app has been approved for use. This was deployed to address customer feedback about the lack of notification for users when an app is approved and available for1656112142197
Meeting SDK - Windows v5.11.0
by Yves
Added New interfaces to streaming to raw to access "downstream" raw audio and video streams New interfaces in IMeetingLiveStreamController virtual SDKError StartRawLiveStream(const wchar_t* broadcastURL) = 0;
virtual SDKError1655833460251
Phone API - June 21, 2022
by Ji Won Lee
Added Auto Receptionist policy API PATCH /v2/phone/auto_receptionists/{autoReceptionistId}/policies GET /v2/phone/auto_receptionists/{autoReceptionistId}/policies PATCH /v2/phone/auto_receptionists/{autoReceptionistId}/policies/{policyType}1654094513740
New Server-to-Server OAuth App Type
by Yves Grant
The Server-to-Server OAuth app type should be available by June 2, 2022 at midnight PST. UPDATE: This is now available for Developers with access permissions (see note below). The Server-to-Server OAuth app type enables Developers to1654034334380
Video SDK - Web v1.3.0
by Yves Grant
New Requirement in v1.3.0 Starting with VideoSDK-Web v1.3.0, the role_type in the JWT token is required. See SDK Authorization for details. Added Virtual background support, and APIs: isSupportVirtualBackground, previewVirtualBackground,1654029835154
Video SDK - iOS v1.3.1
by Yves Grant
Added Added Bitcode support. New error codes in ZoomVideoSDKErrors Errors_Call_Too_Frequently,
Errors_No_Impl,
Errors_Dont_Support_Feature,
Errors_Meeting_Phone_Error =1654029460272
Video SDK - Android v1.3.1
by Yves Grant
Added New Enum to support receiving 1080p video, only available for Oculus devices. New enum in ZoomVideoSDKVideoResolution VideoResolution_1080P(4) New interface in ZoomVideoSDKInitParams public boolean enableFullHD = false; New error1654027161813
Meeting SDK - Electron v5.10.6
by Yves Grant
Breaking change Refactored demo with Vue 3. The steps to run the sample app have changed. See below for details. Updated Removed ZN prefix from ZoomAPPLocale, ZoomSDKUserType, LeaveMeetingCmd, SDKViewType, VideoStatus, ShareStatus,1654023579331
Meeting SDK - Windows v5.10.6
by Yves Grant
Added New interface to allow the user to disable the new whiteboard feature. New interface in IMeetingUIElemConfiguration virtual void EnableCloudWhiteboard(bool bEnable) = 0; New callback to notify when a reaction is received in a Webinar.