1674143279661Video SDK - Web v1.6.0by ChasityAdded Pan-Tilt-Zoom (PTZ) camera control and far end camera control: With stream.requestFarEndCameraControl() and stream.approveFarEndCameraControl() and stream.controlFarEndCameramethods and several related events, now you can control the
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
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
1671030000000Video SDK React Native v1.5.3by ChasityAdded New interface to support “far end camera control”. New interface ZoomVideoSdkRemoteCameraControlHelper requestControlRemoteCamera: () => Promise<Errors>; giveUpControlRemoteCamera: () => Promise<Errors>; turnLeft: (range: number)
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
1668607794983Video SDK - web v.1.5.5by YvesAdded Support for multi-sharing at the same time. Enable with stream.setSharePrivilege(SharePrivilege.MultipleShare). Use stream.switchShareView to switch the share view. Ability to adjust individual user's audio volume locally using
1666962000000Video SDK for React Native v1.5.2by ChasityBreaking Change Changed functions where the return type is ZoomVideoSdkError to return an error string. Previously, those functions returned an integer. Added New interface to support users joining an existing session by calling in on their
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