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,NL1659034246404
Video SDK - Web v1.4.0
by Yves
Added muteUserAudioLocally method to locally mute or unmute another user's audio. Mic and speaker preview support. The microphone can be tested by recording voice and playing it. Speakers can be tested by playing a sound and visualizing its1658855040000
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 in1656633556603
Meeting SDK - Web v2.5.0
by Yves
Client View Added Support for testing mics and speakers Parameter in init to enable and configure an intermediary page for users clicking external hyperlinks Event listener for “Sharing has Started” events Functional and UI support for new1656627462094
Video SDK - macOS v1.3.2
by Yves
Added New interface to share computer sound in a screen sharing. New interfaces in ZMVideoSDKRawDataPipe- (ZMVideoSDKErrors)subscribeToSharedComputerAudio;
- (ZMVideoSDKErrors)unsubscribeToSharedComputerAudio;
-1656617288835
Meeting SDK v5.11.1 (patch)
by Yves
Upgraded codebase. Fixed on macOS: Screen share didn’t work when a user joined a multi-share meeting with two users sharing their screens. Fixed on macOS: Having a space in the username resulted in not being able to join the meeting. Fixed