1668028867775
Meeting SDK - Web v2.9.0
by Chasity
General
Added
API for managing virtual background.
Free meeting end dialog.
Client View
Added
Sign language interpreter support.
API for customizing the polling link (setCustomizedPollingUrl).
Support for sending emojis in1665669600000
Video SDK v1.5.2 (patch)
by Chasity
1664503156261
Meeting SDK - Web v2.8.0
by Yves
General The following release notes apply to the Meeting SDK for Web client view and component view. Fixed Poor-quality audio issues on Safari in certain cases. Client view The following release notes apply to the Meeting SDK for Web client1664456400000
Video SDK for iOS v1.5.0
by Chasity
Deprecated Removed support to Bitcode since Apple has deprecated the option to build Bitcode apps. Added New interface to support proxy settings and get SSL certificate info in ZoomVideoSDKNetworkConnectionHelper.h. New interface in1661952965024
Video SDK - iOS v1.4.0
by Chasity
Added New interface to delete the message in ZoomVideoSDKChatHelper.h-(BOOL)canChatMessageBeDeleted:(NSString *__nonnull)msgID
(-ZoomVideoSDKError)deleteChatMessage:(NSString * __nonnull)msgID New property added in ZoomVideoSDKChatMessage-1661893740000
MeetingSDK - Web - v2.7.0
by Chasity
Client View Removed API Key property. In the Meeting SDK for Web version 2.7.0 releasing at the end of August 2022, the apiKey property will be removed from the join() function, therefore you will not be able to join a meeting. Please see1659131761034
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,NL1658854440000
VideoSDK-iOS v1.3.3
by Chasity
Added New interfaces to test audio before joining a session in ZoomVideoSDKTestAudioDeviceHelper.h- (ZoomVideoSDKError)startMicTestRecording;
- (ZoomVideoSDKError)stopMicTestRecording;
- (ZoomVideoSDKError)playMicTestRecording;
-