1674066529867Video SDK for Windows v1.6.2by YvesAdded New interfaces to support video statistics on the shared (2nd) channel. New interfaces in IZoomVideoSDKRawDataPipe virtual ZoomVideoSDKVideoStatisticInfo getVideoStatisticInfo() = 0; New interfaces to show original and
1673215200000Meeting API - January 2023by LesliAdded New App API: POST /v2/zoomapp/deeplink New Billing Webhook events: account.entitlement_added account.entitlement_removed user.entitlement_added user.entitlement_removed Changed New sender_display_name response field in the
1671637200000Video SDK - Windows v1.6.0by ChasityAdded New interfaces to support individual cloud recordings to create separate video files for selected users. New interfaces in IZoomVideoSDKUser virtual bool hasIndividualRecordingConsent() = 0; New class
1671285600000Meeting API - December 17, 2022by YvesAdded New Workspace API: POST /v2/workspaces GET /v2/workspaces/{workspaceId} PATCH /v2/workspaces/{workspaceId} DELETE /v2/workspaces/{workspaceId} New Zoom Room Webhook
1669078800000Meeting API - November 21, 2022by Ji Won LeeEnhancements New about_me, linkedin_url fields in the Users > Update a user API: PATCH /v2/users/{userId} Support for restricting the number of registrants in the Meetings > Add a meeting registrant API: POST
1668631368853Video SDK - Windows v1.5.2by ChasityAdded New interfaces to support adjusting individual user's local audio volume. New interfaces in IZoomVideoSDKUser virtual bool setUserVolume(float volume, bool isShareAudio = false) = 0; virtual bool getUserVolume(float& volume, bool
1666640572709Meeting API - October 24, 2022by Ji Won LeeAdded New Contact Groups API GET /v2/contacts/groups POST /v2/contacts/groups DELETE /v2/contacts/groups/{groupId} GET /v2/contacts/groups/{groupId} PATCH /v2/contacts/groups/{groupId} DELETE /v2/contacts/groups/{groupId}/members GET
1664456400000Video SDK for Windows v1.5.0by ChasityAdded New interface to support proxy settings and get SSL certificate info. New class IZoomVideoSDKProxySettingHandler class IZoomVideoSDKProxySettingHandler { public: virtual ~IZoomVideoSDKProxySettingHandler() {}; virtual const zchar_t*