1674096270866Meeting SDK - Electron v5.13.5by ChasityBreaking change Upgraded node version to 18. Deprecated Delete MeetingConfig_DisableConfidentialWatermark interface in lib/zoom_meeting_configuration.js
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
1671637200000Meeting SDK for Electron v5.13.0by ChasityKnown Issue Python 3.11 cannot build the node correctly. Use Python 3.10 or lower instead. See Install Dependencies for details (documentation soon to be updated). Breaking change Add SetPipeName interface in
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