1660256802234
Webhook validation and verification changes
by Yves
As of now, Webhook endpoints require initial manual validation before Zoom will send events to them. Starting August 21, endpoints will also be validated every 72-hours using a challenge-response check. This will be required for new1659131761034
Meeting SDK - Web v2.6.0
by Yves
General Fixed Reverted audio-handling changes in v2.5.0 to support Chrome 104 beta. Client View Added In-session resource support. Ability to customize the waiting room. Email watermark support. Support for sending 720p videos on Macs using1659056312914
Set data center region in JWT payload
by Yves
New optional field in JWT payload to allow setting the data center region preference for the session. Specify the data center location used by the participant, separated by commas. Valid geo regions: US,AU,CA,IN,CN,BR,MX,HK,SG,JP,DE,NL1658855040000
VideoSDK-MacOS v1.3.3
by Chasity
Added New interfaces to support live transcription and translation. New interface class named ZMVideoSDKLiveTranscriptionLanguage defined in ZMVideoSDKUserHelper.h@property (nonatomic, assign, readonly)int languageID;
@property (nonatomic,1658854080000
Meeting SDK - macOS v5.11.3.9091
by Chasity
Added New interface to give each user a unique user ID in the main meeting and in or out of Breakout Room (BO) rooms. This ID is only persistent during the current meeting; the ID will be discarded once the meeting is over. New interface in1658183700000
Quality of Service Subscription (QSS) - July 18, 2022
by Yves
Initial release of Quality of Service Subscription QSS real-time events: meeting.participant_qos webinar.participant_qos meeting.participant_data webinar.participant_data meeting.participant_data_summary webinar.participant_data_summary1658183700000
Video SDK API - July 18, 2022
by Yves
Enhancements New user.invite.room_system_callout value for the method field and new call_type and device_ip fields in the params field in the Use in-Session events controls API. PATCH /v2/videosdk/sessions/{sessionId}/events1658183700000
Meeting API - July 18, 2022
by Yves
Added New Webinar branding APIs: POST /v2/webinars/{webinarId}/branding/name_tags PATCH /v2/webinars/{webinarId}/branding/name_tags/{nameTagId} DELETE /v2/webinars/{webinarId}/branding/name_tags New Recording webhook events:1658183400000
Contact Center API - July 18, 2022
by Ji Won Lee
New API Queues- Update a queue agent PATCH /v2/contact_center/queues/{queueId}/agents/{userId} Recordings GET /v2/contact_center/recordings GET /v2/contact_center/users/{userId}/recordings DELETE /v2/contact_center/recordings/{recordingId}